mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
disable debug by default.
This commit is contained in:
parent
d8465a83ed
commit
b6956f154d
2
init.lua
2
init.lua
@ -18,7 +18,7 @@ dofile(minetest.get_modpath("homedecor").."/foldingdoors_mahogany.lua")
|
|||||||
dofile(minetest.get_modpath("homedecor").."/exterior_door_fancy.lua")
|
dofile(minetest.get_modpath("homedecor").."/exterior_door_fancy.lua")
|
||||||
dofile(minetest.get_modpath("homedecor").."/crafts.lua")
|
dofile(minetest.get_modpath("homedecor").."/crafts.lua")
|
||||||
|
|
||||||
local DEBUG = 1
|
local DEBUG = 0
|
||||||
|
|
||||||
-- Local Functions
|
-- Local Functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user