Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Nov 4, 2020
1 parent 7ee7a2e commit c04b87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Config : IConfig
public bool DisallowGuardScientistCombo { get; set; } = true;

[Description("Should buddies be reset every round.")]
public bool ResetBuddiesEveryRound { get; set; } = true;
public bool ResetBuddiesEveryRound { get; set; } = false;

[Description("Should a broadcast be sent be sent telling players how to use the plugin.")]
public bool SendInfoBroadcast { get; set; } = true;
Expand Down

0 comments on commit c04b87a

Please sign in to comment.