player list is an array

This commit is contained in:
Romain Beaumont 2016-04-13 00:03:22 +02:00
commit 75d3cd4595
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286

View file

@ -1804,43 +1804,49 @@
"type": "i8"
},
{
"name": "records",
"name": "entries",
"type": [
"switch",
"array",
{
"compareTo": "type",
"fields": {
"0": [
"container",
[
{
"name": "clientUuid",
"type": "uuid"
},
{
"name": "entityId",
"type": "i64"
},
{
"name": "displayName",
"type": "string"
},
{
"name": "skin",
"type": "skin"
}
]
],
"1": [
"container",
[
{
"name": "clientUuid",
"type": "uuid"
}
]
]
}
"countType": "i32",
"type": [
"switch",
{
"compareTo": "type",
"fields": {
"0": [
"container",
[
{
"name": "clientUuid",
"type": "uuid"
},
{
"name": "entityId",
"type": "i64"
},
{
"name": "displayName",
"type": "string"
},
{
"name": "skin",
"type": "skin"
}
]
],
"1": [
"container",
[
{
"name": "clientUuid",
"type": "uuid"
}
]
]
}
}
]
}
]
}