mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 11:56:39 +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 EntityEdit:
|
||||
case EntityData:
|
||||
return VERSION_POLYVOX_TEXTURES;
|
||||
return VERSION_ENTITIES_POLYLINE;
|
||||
default:
|
||||
return 11;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue