fix(ui): Websocket

Removed debug messages, reformatted methods
This commit is contained in:
LQ63
2025-11-27 08:27:40 +01:00
parent 998308d140
commit efda2961c8
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class UserSession(val user: User, val host: Boolean, val gameLobby: GameLobby) e
canInteract = None
}
def handleWebResponse(eventType: String, data: JsObject, user: User, gameLobby: GameLobby): Unit = {
def handleWebResponse(eventType: String, data: JsObject): Unit = {
lock.lock()
val result = Try {
eventType match {