fix player_list

This commit is contained in:
Romain Beaumont 2016-04-12 23:06:53 +02:00
commit 639d0b81db
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286

View file

@ -452,48 +452,6 @@
]
}
],
"playerrecords": [
"switch",
{
"compareTo": "type",
"fields": {
"0": [
"container",
[
{
"name": "clientUuid",
"type": "uuid"
},
{
"name": "entityId",
"type": "i64"
},
{
"name": "displayName",
"type": "string"
},
{
"name": "skinType",
"type": "string"
},
{
"name": "textures",
"type": "string"
}
]
],
"1": [
"container",
[
{
"name": "clientUuid",
"type": "uuid"
}
]
]
}
}
],
"playerattributes": [
"array",
{
@ -1852,7 +1810,48 @@
},
{
"name": "records",
"type": "playerrecords"
"type": [
"switch",
{
"compareTo": "type",
"fields": {
"0": [
"container",
[
{
"name": "clientUuid",
"type": "uuid"
},
{
"name": "entityId",
"type": "i64"
},
{
"name": "displayName",
"type": "string"
},
{
"name": "skinType",
"type": "string"
},
{
"name": "textures",
"type": "string"
}
]
],
"1": [
"container",
[
{
"name": "clientUuid",
"type": "uuid"
}
]
]
}
}
]
}
]
],