1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

merge update

This commit is contained in:
grilledham 2019-05-29 17:52:38 +01:00 committed by Lynn
parent 2ef7f16550
commit f5e4ba138e

View File

@ -44,8 +44,7 @@ local function color_sanitizer(input)
if input_type == 'string' then
local color = Color[input]
if color and tonumber(input) == nil then
-- we have some numeric keys in there
if color then
return true, color
end