mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 02:06:30 +02:00
Merge pull request #5546 from sethalves/fix-protocol-version
missed this in the last commit -- bump protocol version
This commit is contained in:
commit
a1d8a97675
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