mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 17:53:32 +02:00
bump entity packet version
This commit is contained in:
parent
4fe8f49d4c
commit
85603dab29
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ PacketVersion versionForPacketType(PacketType::Value packetType) {
|
|||
case EntityAdd:
|
||||
case EntityEdit:
|
||||
case EntityData:
|
||||
return VERSION_ENTITIES_POLYLINE;
|
||||
return VERSION_ENTITIES_CENTER_ORIGIN;
|
||||
default:
|
||||
return 11;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue