aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-01-30 19:44:20 +0100
committerstonedDiscord <Tukz@gmx.de>2023-01-30 19:44:20 +0100
commit56fa48be906354c340a928bd6f44c5eed849ca02 (patch)
tree4faa04ce3789c24606582bb4df7b8f97cf4da538 /webAO/packets/handlers
parent74d4eda18f2d5a98abaaf978dad6afa39864d8f7 (diff)
Revert "client users be like:"
This reverts commit 74d4eda18f2d5a98abaaf978dad6afa39864d8f7.
Diffstat (limited to 'webAO/packets/handlers')
-rw-r--r--webAO/packets/handlers/handleFL.ts3
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")) {