mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +02:00
remove incorrect assert
This commit is contained in:
parent
ff3c934c6c
commit
3a2b082a7f
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