diff options
Diffstat (limited to 'webAO/packets/handlers/handleDONE.ts')
| -rw-r--r-- | webAO/packets/handlers/handleDONE.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/packets/handlers/handleDONE.ts b/webAO/packets/handlers/handleDONE.ts index 3cafd5e..6ca31bf 100644 --- a/webAO/packets/handlers/handleDONE.ts +++ b/webAO/packets/handlers/handleDONE.ts @@ -1,7 +1,7 @@ import queryParser from "../../utils/queryParser"; -let { mode } = queryParser() - /** +const { mode } = queryParser() +/** * Handles the handshake completion packet, meaning the player * is ready to select a character. * @@ -13,4 +13,4 @@ export const handleDONE = (_args: string[]) => { // Spectators don't need to pick a character document.getElementById("client_waiting")!.style.display = "none"; } - }
\ No newline at end of file +}
\ No newline at end of file |
