for (LogoutReplyPacket.InventoryDataBlock InventoryData :logout.InventoryData)
{
itemIDs.add(InventoryData.ItemID);
}
OnLoggedOut.raiseEvent(new LoggedOutEventArgs(itemIDs));
}
// If we are receiving a LogoutReply packet assume this is a client initiated shutdown
Shutdown(DisconnectType.ClientInitiated);
}