removed extra comment

This commit is contained in:
ZappoMan 2013-05-27 09:59:53 -07:00
parent 12dc11fbfa
commit 20917c37b8

View file

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