Change the ENABLE_TEMPEREST flag to affect only the inclusion of the inverter socket, since that is the only element that can lead to a crash.
This commit is contained in:
@@ -877,10 +877,7 @@ dofile(minetest.get_modpath("jeija").."/switch.lua")
|
||||
dofile(minetest.get_modpath("jeija").."/pistons.lua")
|
||||
dofile(minetest.get_modpath("jeija").."/lightstone.lua")
|
||||
dofile(minetest.get_modpath("jeija").."/lever.lua")
|
||||
--TEMPEREST's STUFF
|
||||
if ENABLE_TEMPEREST==1 then
|
||||
dofile(minetest.get_modpath("jeija").."/temperest.lua")
|
||||
end
|
||||
dofile(minetest.get_modpath("jeija").."/temperest.lua")
|
||||
|
||||
--INIT
|
||||
mesecon:read_wlre_from_file()
|
||||
|
Reference in New Issue
Block a user