diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-03 22:01:41 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-03 22:01:41 -0700 |
| commit | a04a4a0bb58ef8ccb33b47ba77af386fa32d7ef2 (patch) | |
| tree | e2baafa64eac4c53414391c65bade167a8fa1db8 /Malmstone/Addons/PvPMatchAddon.cs | |
| parent | 14a3bd895f297bbf503cf3734b65b4957b0b4ebe (diff) | |
fix: incorrect PvPContentType used in OnFrontlineRecordTriggerv1.0.5.0
Diffstat (limited to 'Malmstone/Addons/PvPMatchAddon.cs')
| -rw-r--r-- | Malmstone/Addons/PvPMatchAddon.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
