Skip to content

Commit

Permalink
Default bombsite voice enabling to false
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Nov 9, 2024
1 parent a6ce657 commit 8c3f153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetakesPlugin/Modules/Configs/RetakesConfigData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class RetakesConfigData
public int RoundsToScramble { get; set; } = 5;
public bool IsScrambleEnabled { get; set; } = true;
public bool EnableFallbackAllocation { get; set; } = true;
public bool EnableBombsiteAnnouncementVoices { get; set; } = true;
public bool EnableBombsiteAnnouncementVoices { get; set; } = false;
public bool EnableBombsiteAnnouncementCenter { get; set; } = true;
public bool ShouldBreakBreakables { get; set; } = false;
public bool ShouldOpenDoors { get; set; } = false;
Expand Down

0 comments on commit 8c3f153

Please sign in to comment.