From 397ae9c0ba4f7c8540f3f7840fc87c998f91d77c Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 15 Sep 2024 20:33:29 -0700 Subject: add option to use default target rank as postmatch notification match goal --- Malmstone/Configuration.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Malmstone/Configuration.cs') 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() -- cgit v1.2.3