mirror of
https://github.com/overte-org/overte.git
synced 2025-08-14 00:30:22 +02:00
update packet versions
This commit is contained in:
parent
1b5938d0af
commit
f81adb8810
1 changed files with 2 additions and 2 deletions
|
@ -45,10 +45,10 @@ PACKET_VERSION versionForPacketType(PACKET_TYPE type) {
|
|||
return 1;
|
||||
|
||||
case PACKET_TYPE_PARTICLE_ADD_OR_EDIT:
|
||||
return 3;
|
||||
return 4;
|
||||
|
||||
case PACKET_TYPE_PARTICLE_DATA:
|
||||
return 7;
|
||||
return 8;
|
||||
|
||||
case PACKET_TYPE_PING_REPLY:
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue