diff --git a/gamemodes/benny/gamemode/modules/player/sh_basic.lua b/gamemodes/benny/gamemode/modules/player/sh_basic.lua index f285013..0929cb5 100644 --- a/gamemodes/benny/gamemode/modules/player/sh_basic.lua +++ b/gamemodes/benny/gamemode/modules/player/sh_basic.lua @@ -143,6 +143,10 @@ if CLIENT then end) end +hook.Add( "PlayerDeathSound", "Benny_PlayerDeathSound", function( ply ) + return true -- we don't want the default sound! +end ) + function GM:ShowHelp( ply ) if SERVER then ply:SendLua( [[OpenSMenu()]] )