diff options
Diffstat (limited to 'gamemode/itemsystem/armor/balaclava.lua')
| -rw-r--r-- | gamemode/itemsystem/armor/balaclava.lua | 2 |
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 |
