ShadowNinja
2013-12-18 d8437faebc1c544c22d806c8fe4025556d94c396
technic/machines/switching_station.lua
@@ -67,7 +67,7 @@
-- A node must be touched by the station continuously in order to function
function technic.switching_station_timeout_count(pos, tier)
   local meta = minetest.get_meta(pos)
   timeout = meta:get_int(tier.."_EU_timeout")
   local timeout = meta:get_int(tier.."_EU_timeout")
   if timeout == 0 then
      meta:set_int(tier.."_EU_input", 0)
   else