summaryrefslogtreecommitdiff
path: root/jeija/init.lua
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2012-02-23 19:43:03 -0500
committerAnthony Zhang <azhang9@gmail.com>2012-02-23 19:43:03 -0500
commit8bdb2e86ad5ffcfbbd65117167920f61c3083241 (patch)
tree5e983f62aa0af23d532f36bd6d492d3fa2e60f95 /jeija/init.lua
parentcbd77d8f3d7a5957102481deff0728bc496f1c54 (diff)
downloadmesecons-8bdb2e86ad5ffcfbbd65117167920f61c3083241.tar
mesecons-8bdb2e86ad5ffcfbbd65117167920f61c3083241.tar.gz
mesecons-8bdb2e86ad5ffcfbbd65117167920f61c3083241.tar.bz2
mesecons-8bdb2e86ad5ffcfbbd65117167920f61c3083241.tar.xz
mesecons-8bdb2e86ad5ffcfbbd65117167920f61c3083241.zip
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.
Diffstat (limited to 'jeija/init.lua')
-rw-r--r--jeija/init.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/jeija/init.lua b/jeija/init.lua
index 1a5fce7..9da01b5 100644
--- a/jeija/init.lua
+++ b/jeija/init.lua
@@ -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()