Merge pull request #5546 from sethalves/fix-protocol-version

missed this in the last commit -- bump protocol version
This commit is contained in:
Andrew Meadows 2015-08-10 15:21:52 -07:00
commit a1d8a97675

View file

@ -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;
}