[10-09 20:14] <ShadowNinja> VanessaE: homedecor.debug can't be local

since it is in a global table.
This commit is contained in:
Vanessa Ezekowitz 2013-10-09 20:14:52 -04:00
parent e04a0e5e4f
commit 92d8a53f5b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
homedecor = {}
local homedecor.debug = 0
homedecor.debug = 0
homedecor.modpath = minetest.get_modpath("homedecor")
homedecor.intllib_modpath = minetest.get_modpath("intllib")