aboutsummaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/armor/balaclava.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/armor/balaclava.lua')
-rw-r--r--gamemode/itemsystem/armor/balaclava.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/itemsystem/armor/balaclava.lua b/gamemode/itemsystem/armor/balaclava.lua
index 1ea094b..cd31f97 100644
--- a/gamemode/itemsystem/armor/balaclava.lua
+++ b/gamemode/itemsystem/armor/balaclava.lua
@@ -34,7 +34,7 @@ function item.DoOnPanel(dimagebutton)
dimagebutton:SetImage( "weapons/rustyaxe/rustyaxe.png")
end
-function item.DoOnEqupPanel(dimagebutton)
+function item.DoOnEquipPanel(dimagebutton)
print("called with panel:",panel)
dimagebutton:SetImage( "weapons/rustyaxe/rustyaxe_eq.png")
end