diff options
Diffstat (limited to 'webAO/packets/handlers/handleZZ.ts')
| -rw-r--r-- | webAO/packets/handlers/handleZZ.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleZZ.ts b/webAO/packets/handlers/handleZZ.ts index 66e7d15..a1a0768 100644 --- a/webAO/packets/handlers/handleZZ.ts +++ b/webAO/packets/handlers/handleZZ.ts @@ -1,6 +1,6 @@ import { client } from "../../client"; import { AO_HOST } from "../../client/aoHost"; -import { prepChat } from "../../encoding"; +import { unescapeChat } from "../../encoding"; /** * Handles a modcall |
