feat: FRO-31 Small backend changes (#108)
Force pushing Janis changes Co-authored-by: Janis <janis.e.20@gmx.de> Co-authored-by: Janis <janis-e@gmx.de> Reviewed-on: #108 Co-authored-by: lq64 <lq@blackhole.local> Co-committed-by: lq64 <lq@blackhole.local>
This commit is contained in:
@@ -57,7 +57,8 @@ object WebsocketEventMapper {
|
||||
Json.obj(
|
||||
"id" -> ("request-" + java.util.UUID.randomUUID().toString),
|
||||
"event" -> obj.id,
|
||||
"state" -> stateToJson(session),
|
||||
"state" -> session.gameLobby.getLogic.getCurrentState.toString,
|
||||
"stateData" -> stateToJson(session),
|
||||
"data" -> data
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user