remove incorrect assert

This commit is contained in:
Seth Alves 2016-02-10 20:47:22 -08:00
parent ff3c934c6c
commit 3a2b082a7f

View file

@ -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)) {