bump AvatarData protocol version

This commit is contained in:
Seth Alves 2015-09-01 13:35:58 -07:00
parent 6f80c484b4
commit e32b9191f5

View file

@ -69,7 +69,7 @@ PacketVersion versionForPacketType(PacketType::Value packetType) {
case EntityData:
return VERSION_ENTITIES_PARTICLE_MODIFICATIONS;
case AvatarData:
return 12;
return 13;
default:
return 11;
}