aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handleCI.ts
diff options
context:
space:
mode:
authorCaleb <caleb.mabry.15@cnu.edu>2022-09-08 12:13:14 -0400
committerCaleb <caleb.mabry.15@cnu.edu>2022-09-08 12:13:14 -0400
commit9b8f8c3f5310b6af15edf8ff933e2d63e05707a7 (patch)
treeab70772728eae88c12f0f519304bfb26608c0932 /webAO/packets/handlers/handleCI.ts
parent4de6b4fd4e7bc3871d76fded0f32561c814ca003 (diff)
Add Sender support
Diffstat (limited to 'webAO/packets/handlers/handleCI.ts')
-rw-r--r--webAO/packets/handlers/handleCI.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleCI.ts b/webAO/packets/handlers/handleCI.ts
index 74d3039..53e42f7 100644
--- a/webAO/packets/handlers/handleCI.ts
+++ b/webAO/packets/handlers/handleCI.ts
@@ -22,5 +22,5 @@ export const handleCI = (args: string[]) => {
}
}
// Request the next pack
- client.sendServer(`AN#${Number(args[1]) / 10 + 1}#%`);
+ client.sender.sendServer(`AN#${Number(args[1]) / 10 + 1}#%`);
} \ No newline at end of file