aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Configuration.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-15 20:33:29 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-15 20:33:29 -0700
commit397ae9c0ba4f7c8540f3f7840fc87c998f91d77c (patch)
tree8ee0b76ac50a12152200c7968059ce2bee2535b1 /Malmstone/Configuration.cs
parent8dd8dc166e98a50d35918a2715808b39208aa6d7 (diff)
add option to use default target rank as postmatch notification match goal
Diffstat (limited to 'Malmstone/Configuration.cs')
-rw-r--r--Malmstone/Configuration.cs1
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()
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage