1
0
mirror of https://github.com/adrido/darkage.git synced 2025-06-30 15:30:46 +02:00

bugfix (1.0.2)

deleted dofile from init.lua
This commit is contained in:
adrido
2013-05-11 05:41:07 +02:00
parent 1e1ae634f9
commit 0b908c3d67
5 changed files with 505 additions and 321 deletions

View File

@ -3,7 +3,6 @@ print (" ---- Dark Age is Loading! ---- ")
dofile(minetest.get_modpath("darkage").."/mapgen.lua")
dofile(minetest.get_modpath("darkage").."/building.lua")
dofile(minetest.get_modpath("darkage").."/furniture.lua")
dofile(minetest.get_modpath("darkage").."/compatibility.lua")
--dofile(minetest.get_modpath("darkage").."/stairs.lua")
dofile(minetest.get_modpath("darkage").."/stairsplus.lua")
----------