diff options
Diffstat (limited to 'webAO/packets')
| -rw-r--r-- | webAO/packets/handlers/handleFL.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleFL.ts b/webAO/packets/handlers/handleFL.ts index 89df4ed..22dfff5 100644 --- a/webAO/packets/handlers/handleFL.ts +++ b/webAO/packets/handlers/handleFL.ts @@ -18,7 +18,8 @@ export const handleFL = (args: string[]) => { colorselect.options[colorselect.options.length] = new Option("Yellow","5"); colorselect.options[colorselect.options.length] = new Option("Pink", "6"); colorselect.options[colorselect.options.length] = new Option("Cyan", "7"); - colorselect.options[colorselect.options.length] = new Option("Grey", "8"); + colorselect.options[colorselect.options.length] = new Option("Grey", "8"); + colorselect.options[colorselect.options.length] = new Option("Rainbow", "9"); } if (args.includes("cccc_ic_support")) { |
