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