forked from minetest-mods/mesecons
Add missing forward slash (was causing plugs and sockets to fail).
This commit is contained in:
parent
206e55714f
commit
83b5ee4bae
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user