mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-21 11:55:15 +01:00
show player count
This commit is contained in:
parent
1efaab98c2
commit
0337ad93f2
@ -57,7 +57,7 @@ object StatusState : MinecraftConnectionState {
|
||||
packet.json = JsonObject().also {
|
||||
it.add("version", JsonObject().also {
|
||||
it.addProperty("name", "VIAaaS")
|
||||
it.addProperty("protocol", -1)
|
||||
it.addProperty("protocol", handler.data.frontVer)
|
||||
})
|
||||
it.add("players", JsonObject().also {
|
||||
it.addProperty("max", 0)
|
||||
|
Loading…
Reference in New Issue
Block a user