aboutsummaryrefslogtreecommitdiff
path: root/gamemode/client/qpanels
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/client/qpanels')
-rw-r--r--gamemode/client/qpanels/inventory.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/client/qpanels/inventory.lua b/gamemode/client/qpanels/inventory.lua
index 2850e1d..b93fd7f 100644
--- a/gamemode/client/qpanels/inventory.lua
+++ b/gamemode/client/qpanels/inventory.lua
@@ -162,8 +162,8 @@ local invsheetfunc = function()
if v.PaintEquiped then
eqslot.Paint = v.PaintEquiped
end
- if v.DoOnEqupPanel then
- v.DoOnEqupPanel(eqslot)
+ if v.DoOnEquipPanel then
+ v.DoOnEquipPanel(eqslot)
end
eqslot:Droppable("Inventory")
eqslot.Item = v