Merge pull request 'Set signs debug output to default to false' (#2848) from signs_debug_default into master

Reviewed-on: MineClone2/MineClone2#2848
This commit is contained in:
cora 2022-10-24 00:51:59 +00:00
commit cb0b618d39
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
--local logging = minetest.settings:get_bool("mcl_logging_mcl_signs",true)
local DEBUG = minetest.settings:get_bool("mcl_logging_mcl_signs", true) -- special debug setting.
local DEBUG = minetest.settings:get_bool("mcl_logging_mcl_signs", false) -- special debug setting.
local table = table -- copied from the original signs init file.
if DEBUG then