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