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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/init.lua b/technic/machines/init.lua
index b8d36c1..00ea158 100644
--- a/technic/machines/init.lua
+++ b/technic/machines/init.lua
@@ -13,7 +13,7 @@ dofile(path.."/supply_converter.lua")
dofile(path.."/other/init.lua")
-if technic.config:get_bool("enable_creative_mode") then
+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")