diff --git a/lua/autorun/client/prophunt_tauntmenu.lua b/lua/autorun/client/prophunt_tauntmenu.lua index 6a6dcfe..715272b 100644 --- a/lua/autorun/client/prophunt_tauntmenu.lua +++ b/lua/autorun/client/prophunt_tauntmenu.lua @@ -50,6 +50,8 @@ local function PlayTaunt(sound) end local function Apply(menu, taunts) + if not IsValid(menu) then return end + -- sort sounds local sounds = {} for key,value in pairs(taunts.sounds) do