furnacemonitor: duplicated array removed.

Duplicated message color array removed, version local to on_punch
callback left.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
Michal Cieslakiewicz 2018-11-11 11:28:07 +01:00
parent c2607b5ea9
commit af94d88e8e

View File

@ -38,16 +38,6 @@
furnacemonitor = {}
--[[
---------
Variables
---------
]]--
-- chat message state colors
local msgclr = { ["fault"] = "#FFBFBF", ["standby"] = "#00FFFF",
["stopped"] = "#BFBFFF", ["running"] = "#BFFFBF" }
--[[
-------
Helpers