summaryrefslogtreecommitdiffstats
path: root/source/Inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Inventory.cpp')
-rw-r--r--source/Inventory.cpp2
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);
}