From a04a4a0bb58ef8ccb33b47ba77af386fa32d7ef2 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 3 Sep 2024 22:01:41 -0700 Subject: fix: incorrect PvPContentType used in OnFrontlineRecordTrigger --- Malmstone/Addons/PvPMatchAddon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Malmstone/Addons/PvPMatchAddon.cs b/Malmstone/Addons/PvPMatchAddon.cs index 0acb617..4110d4d 100644 --- a/Malmstone/Addons/PvPMatchAddon.cs +++ b/Malmstone/Addons/PvPMatchAddon.cs @@ -80,7 +80,7 @@ namespace Malmstone.Addons PvPSeriesInfo? seriesInfo = Plugin.PvPService.GetPvPSeriesInfo(); if (seriesInfo == null) return; if (Plugin.Configuration.ShowProgressionChatPostFL) - ShowSeriesProgressionMessage(seriesInfo, PvPContentType.RivalWings); + ShowSeriesProgressionMessage(seriesInfo, PvPContentType.Frontlines); } private void OnRivalWingsRecordTrigger(AddonEvent eventType, AddonArgs addonInfo) -- cgit v1.2.3