diff options
Diffstat (limited to '')
-rw-r--r-- | source/Inventory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Inventory.cpp b/source/Inventory.cpp index 7cfe69be8..8591b7dc2 100644 --- a/source/Inventory.cpp +++ b/source/Inventory.cpp @@ -197,6 +197,8 @@ void cInventory::SetSlot(int a_SlotNum, const cItem & a_Item) { m_Owner.GetWorld()->BroadcastEntityEquipment(m_Owner, SlotNumToEntityEquipmentID(a_SlotNum), a_Item, m_Owner.GetClientHandle()); } + + SendSlot(a_SlotNum); } |