diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-07-12 17:52:28 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-07-12 17:52:28 +0200 |
| commit | 3146aafc9c9a471cadd78eff498ddb04844a63ba (patch) | |
| tree | f420904c909d80e5c71f5ce8b0dcdf772893a8d3 /webAO/packets/handlers/handleSI.ts | |
| parent | 01bd7fcaef1939df6e535eb8d1622af194b36688 (diff) | |
deprecate fastloading FL
Diffstat (limited to 'webAO/packets/handlers/handleSI.ts')
| -rw-r--r-- | webAO/packets/handlers/handleSI.ts | 2 |
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#%"); |
