mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +02:00
Merge pull request #7079 from sethalves/remove-assert
remove incorrect assert
This commit is contained in:
commit
118b95af14
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ void EntityEditPacketSender::queueEditEntityMessage(PacketType type, EntityItemI
|
|||
return; // bail early
|
||||
}
|
||||
|
||||
assert(properties.getLastEdited() > 0);
|
||||
|
||||
QByteArray bufferOut(NLPacket::maxPayloadSize(type), 0);
|
||||
|
||||
if (EntityItemProperties::encodeEntityEditPacket(type, modelID, properties, bufferOut)) {
|
||||
|
|
Loading…
Reference in a new issue