From cefdd55cb0e5726d20935016862b2a708acfcfb7 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sun, 26 Aug 2018 09:15:59 -0400 Subject: updated blox, coloredwood, technic, steel, unified bricks, and unified dyes --- technic/machines/power_monitor.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'technic/machines/power_monitor.lua') diff --git a/technic/machines/power_monitor.lua b/technic/machines/power_monitor.lua index 0d709da..7e8b850 100644 --- a/technic/machines/power_monitor.lua +++ b/technic/machines/power_monitor.lua @@ -35,12 +35,6 @@ minetest.register_node("technic:power_monitor",{ end, }) -if technic.config:get_bool("creative_mode") then - --Power distribution is not used in this mode, - --so the power monitor is inert and never needs to run. - return -end - minetest.register_abm({ nodenames = {"technic:power_monitor"}, label = "Machines: run power monitor", -- cgit v1.2.3