Remove duplicate assert

develop
kaetemi 5 years ago
parent 83210ce17b
commit 87cd9f19a4

@ -3665,8 +3665,6 @@ void CInventoryManager::updateItemInfoQueue()
TItemInfoWaiters::iterator it;
for(it= _ItemInfoWaiters.begin();it!=_ItemInfoWaiters.end();it++)
{
nlassert(ConnectionReadySent);
IItemInfoWaiter *waiter=*it;
uint itemSlotId= waiter->ItemSlotId;
TItemInfoMap::iterator it= _ItemInfoMap.find(itemSlotId);

Loading…
Cancel
Save