mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
missed this in the last commit -- bump protocol version
This commit is contained in:
parent
b26d6d2b9c
commit
7403929323
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ PacketVersion versionForPacketType(PacketType::Value packetType) {
|
||||||
case EntityAdd:
|
case EntityAdd:
|
||||||
case EntityEdit:
|
case EntityEdit:
|
||||||
case EntityData:
|
case EntityData:
|
||||||
return VERSION_POLYVOX_TEXTURES;
|
return VERSION_ENTITIES_POLYLINE;
|
||||||
default:
|
default:
|
||||||
return 11;
|
return 11;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue