feat: FRO-31 Assemble In Game Component

This commit is contained in:
2025-12-10 22:21:00 +01:00
parent 421f769cb6
commit e39519f9b6

View File

@@ -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
)
}