Fix loading

master
wilkgr 2017-07-24 18:50:51 +10:00
parent 41cf9405fa
commit 40cd12331d
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ eggwars = {}
eggwars.MP = minetest.get_modpath("eggwars")
dofile(eggwars.MP.."/register_nodes.lua")
dofile(eggwars.MP.."/egg2.lua")
minetest.set_mapgen_params({mgname = "singlenode"})
local i = 1;