Kleine Verbesserungen
This commit is contained in:
@@ -14,7 +14,7 @@ class ClientHandler {
|
||||
this.socket
|
||||
);
|
||||
|
||||
this.socket.on("disconnect", () => { this.defaultDisconnect() })
|
||||
this.socket.on("disconnect", () => { this.defaultDisconnect() });
|
||||
|
||||
this.checkForLobby();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user