Set signs debug output to default to false

This commit is contained in:
cora 2022-10-24 02:47:56 +02:00
parent ae0b5381e4
commit 58a4a9d048
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