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:
parent
485b669840
commit
d961ece144
3 changed files with 12 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue