mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 22:06:03 +02: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")
|
dofile(minetest.get_modpath("jeija").."/pistons.lua")
|
||||||
--TEMPEREST's STUFF
|
--TEMPEREST's STUFF
|
||||||
if ENABLE_TEMPEREST==1 then
|
if ENABLE_TEMPEREST==1 then
|
||||||
dofile(minetest.get_modpath("jeija").."temperest.lua")
|
dofile(minetest.get_modpath("jeija").."/temperest.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
--INIT
|
--INIT
|
||||||
|
Reference in New Issue
Block a user