Skip to content

Commit

Permalink
fix: remove other hostages sounds to have louder noises
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalle Minkner committed Jan 7, 2025
1 parent 09cf7d8 commit 7f0b5f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/RollTheDice+DicePlayerMakeHostageSounds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public partial class RollTheDice : BasePlugin
private readonly Dictionary<CCSPlayerController, int> _playersWithHostageSounds = new();
private readonly List<string> _hostageSounds = new List<string>
{
"Hostage.StartFollowCT",
"Hostage.StartFollowCTGuardian",
"Hostage.Pain"
};

Expand Down

0 comments on commit 7f0b5f7

Please sign in to comment.