From 98b1736f9f578f4d66698de321ae7cc85a534ce3 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 8 Sep 2024 22:46:18 -0700 Subject: fix: remove extra check frontline match call --- Malmstone/Addons/PvPMatchAddon.cs | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3