mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-21 11:55:15 +01:00
fix offline listening
This commit is contained in:
parent
d1e73a0945
commit
2847b74a2d
@ -30,7 +30,7 @@ class WebLogin : WebState {
|
||||
|
||||
val token = webClient.server.generateToken(uuid)
|
||||
webClient.ws.send(JsonObject().also {
|
||||
it.addProperty("login_result", true)
|
||||
it.addProperty("action", "login_result")
|
||||
it.addProperty("success", true)
|
||||
it.addProperty("username", username)
|
||||
it.addProperty("uuid", uuid.toString())
|
||||
|
Loading…
Reference in New Issue
Block a user