last change didn't work

master
theFox6 2018-05-17 16:57:48 +02:00
parent cc25ac7f4c
commit 26c0584257
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
allow_defined_top = true
read_globals = { read_globals = {
"minetest", "minetest",
"dump", "vector", "dump", "vector",

View File

@ -5,7 +5,6 @@ else
print("[MOD] "..minetest.get_current_modname()..": loading") print("[MOD] "..minetest.get_current_modname()..": loading")
end end
rawset(_G,"working_villages",false)
working_villages={ working_villages={
modpath=minetest.get_modpath("working_villages"), modpath=minetest.get_modpath("working_villages"),
debug_logging=true, debug_logging=true,