Kleine Verbesserungen

This commit is contained in:
2025-03-28 10:55:47 +01:00
parent f4cfe1e111
commit 9d186b9ddc
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class ClientHandler {
this.socket
);
this.socket.on("disconnect", () => { this.defaultDisconnect() })
this.socket.on("disconnect", () => { this.defaultDisconnect() });
this.checkForLobby();
}