Skip to content

Commit

Permalink
Update player.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 14, 2024
1 parent 6b6b40a commit 6ab1b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dlls/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4685,7 +4685,7 @@ void CBasePlayer :: UpdateClientData( void )
{
STOP_SOUND(ENT(pev), CHAN_AUTO, "player/shield_low.wav");
}
else if (pev->armorvalue > 10)
else if (pev->armorvalue > 25)
{
STOP_SOUND(ENT(pev), CHAN_AUTO, "player/shield_low.wav");
}
Expand Down

0 comments on commit 6ab1b36

Please sign in to comment.