forked from mtcontrib/factions
Fixed dofile()
This commit is contained in:
parent
62b8f82c6a
commit
37b948f1f6
2
init.lua
2
init.lua
@ -20,7 +20,7 @@ core.log("action", "MOD: factions (by sapier) loading ...")
|
||||
factions_modpath = minetest.get_modpath("factions")
|
||||
|
||||
|
||||
dofile (factions_modpath .. "/factionsmod.lua")
|
||||
dofile (factions_modpath .. "/factions.lua")
|
||||
dofile (factions_modpath .. "/chatcommands.lua")
|
||||
|
||||
factions.load()
|
||||
|
Loading…
Reference in New Issue
Block a user