Fixed dofile()

This commit is contained in:
shamoanjac 2016-08-07 19:32:27 +02:00
parent 62b8f82c6a
commit 37b948f1f6
1 changed files with 1 additions and 1 deletions

View File

@ -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()