diff options
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) |
