aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-08 22:46:18 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-08 22:47:44 -0700
commit98b1736f9f578f4d66698de321ae7cc85a534ce3 (patch)
treea4a1fdd6ea4c910718df5edd5a5fb0b0317a0314
parent7ee1be7c6882257a943668acbfd17ba104715872 (diff)
fix: remove extra check frontline match call
-rw-r--r--Malmstone/Addons/PvPMatchAddon.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Malmstone/Addons/PvPMatchAddon.cs b/Malmstone/Addons/PvPMatchAddon.cs
index 6086754..44679c4 100644
--- a/Malmstone/Addons/PvPMatchAddon.cs
+++ b/Malmstone/Addons/PvPMatchAddon.cs
@@ -79,7 +79,6 @@ namespace Malmstone.Addons
private void OnCrystallineConflictRecordTrigger(AddonEvent eventType, AddonArgs addonInfo)
{
PvPSeriesInfo? seriesInfo = Plugin.PvPService.GetPvPSeriesInfo();
- CheckFrontlineBonus(eventType, addonInfo);
if (seriesInfo == null) return;
if (Plugin.Configuration.ShowProgressionChatPostCC)
ShowSeriesProgressionMessage(seriesInfo, PvPContentType.CrystallineConflict);
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage