Remove 2nd dofile mapgen.lua call

This commit is contained in:
addi 2016-07-01 11:25:54 +02:00
parent b6e95769f8
commit 14f1d1a8e0
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ local MODPATH = minetest.get_modpath("darkage")
dofile(MODPATH.."/nodes.lua")
dofile(MODPATH.."/mapgen.lua")
dofile(MODPATH.."/mapgen.lua")
dofile(MODPATH.."/building.lua")
dofile(MODPATH.."/furniture.lua")
dofile(MODPATH.."/aliases.lua")