missed this in the last commit -- bump protocol version

This commit is contained in:
Seth Alves 2015-08-10 15:15:54 -07:00
parent b26d6d2b9c
commit 7403929323

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