aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handleSI.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/packets/handlers/handleSI.ts')
-rw-r--r--webAO/packets/handlers/handleSI.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/packets/handlers/handleSI.ts b/webAO/packets/handlers/handleSI.ts
index e040c83..b32fbc1 100644
--- a/webAO/packets/handlers/handleSI.ts
+++ b/webAO/packets/handlers/handleSI.ts
@@ -34,8 +34,8 @@ export const handleSI = (args: string[]) => {
// this is determined at the top of this file
if (!oldLoading && extrafeatures.includes("fastloading")) {
- client.sendServer("RC#%");
+ client.sender.sendServer("RC#%");
} else {
- client.sendServer("askchar2#%");
+ client.sender.sendServer("askchar2#%");
}
} \ No newline at end of file