MMBN3: Press program now has proper color index when received remotely (#1918)

This commit is contained in:
digiholic 2023-06-30 16:34:53 -06:00 committed by GitHub
parent b56da79890
commit 6226713c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ end
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
if program_id >= 23 and program_id <= 47 then
if program_id >= 20 and program_id <= 47 then
return program_color-1
end
--The final three programs only have a color index 0, so just return those