mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:18:52 +02:00
removed extra comment
This commit is contained in:
parent
5d1ba857c5
commit
ddf4d7c748
1 changed files with 0 additions and 1 deletions
|
@ -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); }
|
||||||
|
|
Loading…
Reference in a new issue