mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
fix: large inventories and inspect not printing objectID (#1824)
This commit is contained in:
@@ -158,6 +158,10 @@ void GameMessageHandler::HandleMessage(RakNet::BitStream& inStream, const System
|
||||
|
||||
inv->AddItemSkills(item.lot);
|
||||
}
|
||||
|
||||
// Fixes a bug where testmapping too fast causes large item inventories to become invisible.
|
||||
// Only affects item inventory
|
||||
GameMessages::SendSetInventorySize(entity, eInventoryType::ITEMS, inv->GetInventory(eInventoryType::ITEMS)->GetSize());
|
||||
}
|
||||
|
||||
GameMessages::SendRestoreToPostLoadStats(entity, sysAddr);
|
||||
|
Reference in New Issue
Block a user