Added chests

This commit is contained in:
shamoanjac
2016-08-21 01:08:45 +02:00
parent 529ad8bf4a
commit d927bfb9bd
5 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,7 @@ factions_modpath = minetest.get_modpath("factions")
dofile (factions_modpath .. "/factions.lua")
dofile (factions_modpath .. "/chatcommands.lua")
dofile (factions_modpath .. "/nodes.lua")
factions.load()