aboutsummaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/utility/flashlight.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/itemsystem/utility/flashlight.lua')
-rw-r--r--gamemode/itemsystem/utility/flashlight.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/itemsystem/utility/flashlight.lua b/gamemode/itemsystem/utility/flashlight.lua
index 9a87a75..fa1e3c5 100644
--- a/gamemode/itemsystem/utility/flashlight.lua
+++ b/gamemode/itemsystem/utility/flashlight.lua
@@ -35,7 +35,7 @@ function item.DoOnPanel(dimagebutton)
end
--Optional. Something run once when this item is drawn in an equiped slot
-function item.DoOnEqupPanel(dimagebutton)
+function item.DoOnEquipPanel(dimagebutton)
print("called with panel:",panel)
dimagebutton:SetImage( "weapons/rustyaxe/rustyaxe_eq.png")
end