1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Be lenient with extra slashes for CSM paths

This commit is contained in:
sfan5 2019-11-09 15:11:21 +01:00
parent 485b669840
commit d961ece144
3 changed files with 12 additions and 3 deletions

View file

@ -1,2 +1,2 @@
print("Loaded example file!, loading more examples")
dofile(core.get_modpath(core.get_current_modname()) .. "examples/first.lua")
dofile(core.get_modpath(core.get_current_modname()) .. "/examples/first.lua")