bump version of PacketTypeAvatarData from 1 to 2

This commit is contained in:
Andrew Meadows 2014-03-18 12:36:48 -07:00
parent de67a828cc
commit a2fea49f58

View file

@ -45,7 +45,7 @@ int packArithmeticallyCodedValue(int value, char* destination) {
PacketVersion versionForPacketType(PacketType type) {
switch (type) {
case PacketTypeAvatarData:
return 1;
return 2;
case PacketTypeParticleData:
return 1;
case PacketTypeDomainList: