diff options
| author | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-08 12:13:14 -0400 |
|---|---|---|
| committer | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-08 12:13:14 -0400 |
| commit | 9b8f8c3f5310b6af15edf8ff933e2d63e05707a7 (patch) | |
| tree | ab70772728eae88c12f0f519304bfb26608c0932 /webAO/packets/handlers/handleSI.ts | |
| parent | 4de6b4fd4e7bc3871d76fded0f32561c814ca003 (diff) | |
Add Sender support
Diffstat (limited to 'webAO/packets/handlers/handleSI.ts')
| -rw-r--r-- | webAO/packets/handlers/handleSI.ts | 4 |
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 |
