fix player_list
This commit is contained in:
parent
041a6ef13e
commit
639d0b81db
1 changed files with 42 additions and 43 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue