1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-12-22 16:10:18 +01:00

[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

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")