mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
bump entity-data message version number
This commit is contained in:
parent
b8cdf1a318
commit
d713d5596f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ PacketVersion versionForPacketType(PacketType type) {
|
|||
return 1;
|
||||
case PacketTypeEntityAddOrEdit:
|
||||
case PacketTypeEntityData:
|
||||
return VERSION_ENTITIES_LIGHT_HAS_INTENSITY_AND_COLOR_PROPERTIES;
|
||||
return VERSION_ENTITIES_HAS_COLLISION_MODEL;
|
||||
case PacketTypeEntityErase:
|
||||
return 2;
|
||||
case PacketTypeAudioStreamStats:
|
||||
|
|
Loading…
Reference in a new issue