fix(ui): Websocket
Removed debug messages, reformatted methods
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user