removed extra comment

This commit is contained in:
ZappoMan 2013-05-27 09:59:53 -07:00
parent 5d1ba857c5
commit ddf4d7c748

View file

@ -108,7 +108,6 @@ int AvatarData::getBroadcastData(unsigned char* destinationBuffer) {
memcpy(destinationBuffer, _chatMessage.data(), _chatMessage.size() * sizeof(char)); memcpy(destinationBuffer, _chatMessage.data(), _chatMessage.size() * sizeof(char));
destinationBuffer += _chatMessage.size() * sizeof(char); destinationBuffer += _chatMessage.size() * sizeof(char);
// voxel sending features...
// voxel sending features... // voxel sending features...
unsigned char wantItems = 0; unsigned char wantItems = 0;
if (_wantResIn) { setAtBit(wantItems,WANT_RESIN_AT_BIT); } if (_wantResIn) { setAtBit(wantItems,WANT_RESIN_AT_BIT); }