feat: FRO-31 Assemble In Game Component
This commit is contained in:
@@ -34,7 +34,7 @@ class StatusController @Inject()(
|
||||
Json.obj(
|
||||
"status" -> "authenticated",
|
||||
"username" -> user.name,
|
||||
"inGame" -> "false"
|
||||
"inGame" -> false
|
||||
)
|
||||
)
|
||||
} else {
|
||||
@@ -43,7 +43,7 @@ class StatusController @Inject()(
|
||||
Json.obj(
|
||||
"status" -> "authenticated",
|
||||
"username" -> user.name,
|
||||
"inGame" -> "true",
|
||||
"inGame" -> true,
|
||||
"gameId" -> game.id
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user