diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-15 20:33:29 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-15 20:33:29 -0700 |
| commit | 397ae9c0ba4f7c8540f3f7840fc87c998f91d77c (patch) | |
| tree | 8ee0b76ac50a12152200c7968059ce2bee2535b1 /Malmstone/Configuration.cs | |
| parent | 8dd8dc166e98a50d35918a2715808b39208aa6d7 (diff) | |
add option to use default target rank as postmatch notification match goal
Diffstat (limited to 'Malmstone/Configuration.cs')
| -rw-r--r-- | Malmstone/Configuration.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index ba4ba67..239f1b1 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -21,6 +21,7 @@ public class Configuration : IPluginConfiguration public int SavedFrontlineRewardBonus { get; set; } = -1; public bool OutdatedFrontlineRewardBonus { get; set; } = false; public bool IsPrimedForBuff { get; set; } = false; + public bool OverrideShowMatchesToDefaultTargetGoal { get; set; } = false; // the below exist just to make saving less cumbersome public void Save() |
