Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 2, 2023
1 parent 04eb824 commit 045a09b
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 @@ -4678,7 +4678,7 @@ void CBasePlayer :: UpdateClientData( void )
{
STOP_SOUND(ENT(pev), CHAN_STATIC, "items/suitcharge_no_lp.wav");
// too loud
EMIT_SOUND(ENT(pev), CHAN_STATIC, "buttons/suitcharge_no_lp.wav", 0.25, ATTN_NORM);
EMIT_SOUND(ENT(pev), CHAN_STATIC, "items/suitcharge_no_lp.wav", 0.25, ATTN_NORM);
}

m_flNextSuitRegenTime = gpGlobals->time + sv_aura_regeneration_wait.value;
Expand Down

0 comments on commit 045a09b

Please sign in to comment.