diff options
Diffstat (limited to 'webAO/client/sender/sendIC.ts')
| -rw-r--r-- | webAO/client/sender/sendIC.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client/sender/sendIC.ts b/webAO/client/sender/sendIC.ts index 9064115..ca8984f 100644 --- a/webAO/client/sender/sendIC.ts +++ b/webAO/client/sender/sendIC.ts @@ -2,7 +2,7 @@ import { extrafeatures } from "../../client"; import { escapeChat } from "../../encoding"; import {client} from '../../client' import queryParser from "../../utils/queryParser"; -let {mode} = queryParser() +const {mode} = queryParser() /** * Sends an in-character chat message. |
