mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 21:02:31 +02:00
Set signs debug output to default to false
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user