diff options
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -local path = minetest.get_modpath(minetest.get_current_modname()) .. "/src/" +local path = minetest.get_modpath(minetest.get_current_modname()) .. "/src" -dofile(path .. "init.lua")(path, true) +dofile(path .. "/init.lua")(path, true) minetest.register_globalstep(function(dtime) lua_async.step(dtime) |