diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-04-10 20:37:19 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-04-10 20:37:19 +0200 |
| commit | 73a2fc31ecfcb54d97e74474696f28f39b6b6308 (patch) | |
| tree | 7b86615994ea3a33ac14cb8b23842ba607ac7b5c /webAO/client.ts | |
| parent | a2063bd50461ecdd616332bbfdde1cb95a960e00 (diff) | |
send ID after ID
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 100a178..0cc89cf 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -192,7 +192,6 @@ class Client extends EventEmitter { */ joinServer() { this.sender.sendServer(`HI#${hdid}#%`); - this.sender.sendServer(`ID#webAO#${version}#%`); if (mode !== "replay") { this.checkUpdater = setInterval(() => this.sender.sendCheck(), 5000); } |
