MMBN3: Press program now has proper color index when received remotely (#1918)
This commit is contained in:
parent
b56da79890
commit
6226713c4d
|
@ -354,7 +354,7 @@ end
|
||||||
|
|
||||||
local getProgramColorIndex = function(program_id, program_color)
|
local getProgramColorIndex = function(program_id, program_color)
|
||||||
-- The general case, most programs use white pink or yellow. This is the values the enums already have
|
-- The general case, most programs use white pink or yellow. This is the values the enums already have
|
||||||
if program_id >= 23 and program_id <= 47 then
|
if program_id >= 20 and program_id <= 47 then
|
||||||
return program_color-1
|
return program_color-1
|
||||||
end
|
end
|
||||||
--The final three programs only have a color index 0, so just return those
|
--The final three programs only have a color index 0, so just return those
|
||||||
|
|
Loading…
Reference in New Issue