playerrecords fixes

This commit is contained in:
Keegan 2016-03-06 09:43:48 -05:00
commit 1c7ef7a5ee

View file

@ -12,32 +12,38 @@
"compareTo": "type",
"fields": {
"0": [
{
"name": "clientuuid",
"type": "uuid"
},
{
"name": "entityid",
"type": "i64"
},
{
"name": "displayname",
"type": "string"
},
{
"name": "placeholder",
"type": "string"
},
{
"name": "placeholder",
"type": "string"
}
"container",
[
{
"name": "clientuuid",
"type": "uuid"
},
{
"name": "entityid",
"type": "i64"
},
{
"name": "displayname",
"type": "string"
},
{
"name": "skintype",
"type": "string"
},
{
"name": "textures",
"type": "string"
}
]
],
"1": [
{
"name": "clientuuid",
"type": "uuid"
}
"container",
[
{
"name": "clientuuid",
"type": "uuid"
}
]
]
}
}