mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-03-14 12:52:37 +01:00
Add missing forward slash (was causing plugs and sockets to fail).
This commit is contained in:
@ -862,7 +862,7 @@ dofile(minetest.get_modpath("jeija").."/switch.lua")
|
||||
dofile(minetest.get_modpath("jeija").."/pistons.lua")
|
||||
--TEMPEREST's STUFF
|
||||
if ENABLE_TEMPEREST==1 then
|
||||
dofile(minetest.get_modpath("jeija").."temperest.lua")
|
||||
dofile(minetest.get_modpath("jeija").."/temperest.lua")
|
||||
end
|
||||
|
||||
--INIT
|
||||
|
Reference in New Issue
Block a user