diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-01-30 19:37:13 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-01-30 19:37:13 +0100 |
| commit | 74d4eda18f2d5a98abaaf978dad6afa39864d8f7 (patch) | |
| tree | 6e0bbfbd2e27b6b8c2006de1ab6bf129b4af7d5b /webAO/packets | |
| parent | a7e7fac4905bf742c631839251181b8fd4c81fa8 (diff) | |
client users be like:
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")) { |
