aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-07-12 17:52:28 +0200
committerstonedDiscord <Tukz@gmx.de>2024-07-12 17:52:28 +0200
commit3146aafc9c9a471cadd78eff498ddb04844a63ba (patch)
treef420904c909d80e5c71f5ce8b0dcdf772893a8d3 /webAO/packets/handlers
parent01bd7fcaef1939df6e535eb8d1622af194b36688 (diff)
deprecate fastloading FL
Diffstat (limited to 'webAO/packets/handlers')
-rw-r--r--webAO/packets/handlers/handleSI.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleSI.ts b/webAO/packets/handlers/handleSI.ts
index 04e244c..edf57b3 100644
--- a/webAO/packets/handlers/handleSI.ts
+++ b/webAO/packets/handlers/handleSI.ts
@@ -27,7 +27,7 @@ export const handleSI = (args: string[]) => {
}
// this is determined at the top of this file
- if (!oldLoading && extrafeatures.includes("fastloading")) {
+ if (!oldLoading) {
client.sender.sendServer("RC#%");
} else {
client.sender.sendServer("askchar2#%");