diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-09-08 23:15:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-08 23:15:22 +0200 |
| commit | 23d4ef48f894adf601039fe574a0e7dfe918a105 (patch) | |
| tree | ab70772728eae88c12f0f519304bfb26608c0932 /webAO/dom/onEnter.ts | |
| parent | 4de6b4fd4e7bc3871d76fded0f32561c814ca003 (diff) | |
| parent | 9b8f8c3f5310b6af15edf8ff933e2d63e05707a7 (diff) | |
Merge pull request #171 from caleb-mabry/beginSender
Grouping Sending Functions
Diffstat (limited to 'webAO/dom/onEnter.ts')
| -rw-r--r-- | webAO/dom/onEnter.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/onEnter.ts b/webAO/dom/onEnter.ts index 01fbbd5..5ab532c 100644 --- a/webAO/dom/onEnter.ts +++ b/webAO/dom/onEnter.ts @@ -69,7 +69,7 @@ import { escapeChat } from "../encoding"; emote_mod = 0; } - client.sendIC( + client.sender.sendIC( myemo.deskmod, myemo.preanim, mychar.name, |
