disable debug by default.

master
Vanessa Ezekowitz 2012-07-31 11:37:24 -04:00
parent d8465a83ed
commit b6956f154d
1 changed files with 1 additions and 1 deletions

View File

@ -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").."/crafts.lua")
local DEBUG = 1
local DEBUG = 0
-- Local Functions