Skip to content

Commit

Permalink
fix bad logic with fallback config option
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsvn committed Mar 30, 2024
1 parent e9c88ba commit 2a8773f
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 @@ -18,5 +18,5 @@ public class RetakesConfigData
public string QueuePriorityFlag { get; set; } = "@css/vip";
public bool IsDebugMode { get; set; } = false;
public bool ShouldForceEvenTeamsWhenPlayerCountIsMultipleOf10 { get; set; } = true;
public bool EnableFallbackBombsiteAnnouncement { get; set; }
public bool? EnableFallbackBombsiteAnnouncement { get; set; }
}

0 comments on commit 2a8773f

Please sign in to comment.