forked from VoxeLibre/VoxeLibre
Set signs debug output to default to false
This commit is contained in:
parent
ae0b5381e4
commit
58a4a9d048
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
--local logging = minetest.settings:get_bool("mcl_logging_mcl_signs",true)
|
--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.
|
local table = table -- copied from the original signs init file.
|
||||||
|
|
||||||
if DEBUG then
|
if DEBUG then
|
||||||
|
|
Loading…
Reference in New Issue