aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Malmstone/Plugin.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Malmstone/Plugin.cs b/Malmstone/Plugin.cs
index b2cfde7..3a4c679 100644
--- a/Malmstone/Plugin.cs
+++ b/Malmstone/Plugin.cs
@@ -76,6 +76,15 @@ public sealed class Plugin : IDalamudPlugin
ConfigWindow.Dispose();
MainWindow.Dispose();
+ if (Configuration.ShowProgressionChatPostCC)
+ PvPAddon.DisableCrystallineConflictPostMatch();
+ if (Configuration.ShowProgressionChatPostRW)
+ PvPAddon.DisableRivalWingsPostMatch();
+ if (Configuration.ShowProgressionChatPostFL)
+ PvPAddon.DisableFrontlinePostMatch();
+ if (Configuration.ShowProgressionToastPostMatch)
+ PvPAddon.DisablePostMatchProgressionToast();
+
CommandManager.RemoveHandler(CommandName);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage