mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-27 03:15:29 +01:00
Be lenient with extra slashes for CSM paths
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user