diff options
Diffstat (limited to 'webAO/packets')
| -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#%"); |
