mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-09 02:50:20 +02: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