fixed wrong modpath

master
bas080 2014-07-09 00:36:20 +02:00
parent 04f5ae2dae
commit d15c557c49
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
noncubic = {}
detail_level = 8
--dofile(minetest.get_modpath("noncubic").."/mill.lua")
dofile(minetest.get_modpath("noncubic").."/noncubic.lua")
dofile(minetest.get_modpath("noncubic").."/api.lua")
dofile(minetest.get_modpath("noncubic").."/stairsplus.lua")
dofile(minetest.get_modpath("noncubic").."/register.lua")