summaryrefslogtreecommitdiff
path: root/technic/machines/switching_station.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 09:15:59 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 09:15:59 -0400
commitcefdd55cb0e5726d20935016862b2a708acfcfb7 (patch)
tree58c7236489cff26bacb44ae96fe02417869f56f2 /technic/machines/switching_station.lua
parentcb6e55b610b2dba587102e6503a61559e0b2e17f (diff)
downloaddreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.gz
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.bz2
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.tar.xz
dreambuilder_modpack-cefdd55cb0e5726d20935016862b2a708acfcfb7.zip
updated blox, coloredwood, technic, steel, unified bricks, and unified dyes
Diffstat (limited to 'technic/machines/switching_station.lua')
-rw-r--r--technic/machines/switching_station.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/technic/machines/switching_station.lua b/technic/machines/switching_station.lua
index 70765bf..d645847 100644
--- a/technic/machines/switching_station.lua
+++ b/technic/machines/switching_station.lua
@@ -88,13 +88,6 @@ minetest.register_node("technic:switching_station",{
},
})
-if technic.config:get_bool("creative_mode") then
- --Power distribution is not used in this mode,
- --so the switching station is inert and none of the
- --network processing is needed.
- return
-end
-
--------------------------------------------------
-- Functions to traverse the electrical network
--------------------------------------------------