mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 08:20:21 +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:
parent
e04a0e5e4f
commit
92d8a53f5b
2
init.lua
2
init.lua
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
homedecor = {}
|
homedecor = {}
|
||||||
|
|
||||||
local homedecor.debug = 0
|
homedecor.debug = 0
|
||||||
|
|
||||||
homedecor.modpath = minetest.get_modpath("homedecor")
|
homedecor.modpath = minetest.get_modpath("homedecor")
|
||||||
homedecor.intllib_modpath = minetest.get_modpath("intllib")
|
homedecor.intllib_modpath = minetest.get_modpath("intllib")
|
||||||
|
Loading…
Reference in New Issue
Block a user