diff --git a/lua/autorun/client/prophunt_tauntmenu.lua b/lua/autorun/client/prophunt_tauntmenu.lua index e552185..1dec223 100644 --- a/lua/autorun/client/prophunt_tauntmenu.lua +++ b/lua/autorun/client/prophunt_tauntmenu.lua @@ -100,7 +100,7 @@ local function CreateMenu() end hook.Add( "PlayerBindPress", "PlayerBindPressFKeyMenus", function(pl, bind, pressed) - if string.find(bind, "gm_showspare2") then + if bind == "gm_showspare2" and pressed then local menu = CreateMenu() if menu ~= nil then menu:Open()