mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
changed packet format
This commit is contained in:
parent
74e929100a
commit
7ae1f649c9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ PACKET_VERSION versionForPacketType(PACKET_TYPE type) {
|
|||
return 1;
|
||||
|
||||
case PACKET_TYPE_HEAD_DATA:
|
||||
return 5;
|
||||
return 6;
|
||||
|
||||
case PACKET_TYPE_AVATAR_FACE_VIDEO:
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue