Fix paths

master
Elias Fleckenstein 2022-05-18 18:01:31 +02:00
parent ee847434f5
commit 916c6f084a
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2
1 changed files with 2 additions and 2 deletions

View File

@ -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)