mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 09:59:54 +02:00
Remove identity-resend hack - shouldn't be required now
This commit is contained in:
parent
150b4e45d4
commit
2fafb6822d
1 changed files with 0 additions and 5 deletions
|
@ -157,11 +157,6 @@ qint64 AvatarMixerSlave::addChangedTraitsToBulkPacket(AvatarMixerClientData* lis
|
||||||
++simpleReceivedIt;
|
++simpleReceivedIt;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (bytesWritten > 0 && sendingAvatar->isCertifyFailed()) {
|
|
||||||
// Resend identity packet if certification failed:
|
|
||||||
sendingAvatar->setNeedsIdentityUpdate();
|
|
||||||
}
|
|
||||||
|
|
||||||
// enumerate the received instanced trait versions
|
// enumerate the received instanced trait versions
|
||||||
auto instancedReceivedIt = lastReceivedVersions.instancedCBegin();
|
auto instancedReceivedIt = lastReceivedVersions.instancedCBegin();
|
||||||
while (instancedReceivedIt != lastReceivedVersions.instancedCEnd()) {
|
while (instancedReceivedIt != lastReceivedVersions.instancedCEnd()) {
|
||||||
|
|
Loading…
Reference in a new issue