summaryrefslogtreecommitdiff
path: root/technic/machines/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/init.lua')
-rw-r--r--technic/machines/init.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/technic/machines/init.lua b/technic/machines/init.lua
index 00ea158..f2e31c9 100644
--- a/technic/machines/init.lua
+++ b/technic/machines/init.lua
@@ -13,8 +13,3 @@ dofile(path.."/supply_converter.lua")
dofile(path.."/other/init.lua")
-if technic.config:get_bool("creative_mode") then
- --The switching station does not handle running machines
- --in this mode, so alternative means are used to do so.
- dofile(path.."/creative.lua")
-end