mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Added in MCL_SIGNS' debug setting.
This commit is contained in:
parent
9f32a4c692
commit
78c7ec6121
1 changed files with 3 additions and 0 deletions
|
@ -219,3 +219,6 @@ mcl_logging_mapgen (Chunk generation logging) bool false
|
||||||
|
|
||||||
# If enabled generated structures will be logged
|
# If enabled generated structures will be logged
|
||||||
mcl_logging_structures (Structure generation logging) bool true
|
mcl_logging_structures (Structure generation logging) bool true
|
||||||
|
|
||||||
|
#Complete debug logging for mcl_signs events. Use this if you have issues with signs.
|
||||||
|
mcl_logging_mcl_signs (Complete debug logging for mcl_signs) bool true
|
||||||
|
|
Loading…
Reference in a new issue