aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-03 22:01:41 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-03 22:01:41 -0700
commita04a4a0bb58ef8ccb33b47ba77af386fa32d7ef2 (patch)
treee2baafa64eac4c53414391c65bade167a8fa1db8
parent14a3bd895f297bbf503cf3734b65b4957b0b4ebe (diff)
fix: incorrect PvPContentType used in OnFrontlineRecordTriggerv1.0.5.0
-rw-r--r--Malmstone/Addons/PvPMatchAddon.cs2
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)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage