mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-11-01 19:55:26 +01:00
address the DIR_DELIM issue
This commit is contained in:
@@ -500,4 +500,4 @@ minetest.register_craft({
|
||||
|
||||
|
||||
-- load legacy code
|
||||
dofile(minetest.get_modpath("mesecons_pistons")..DIR_DELIM.."legacy.lua")
|
||||
dofile(minetest.get_modpath("mesecons_pistons").."/legacy.lua")
|
||||
|
||||
Reference in New Issue
Block a user