diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-08 22:46:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-08 22:47:44 -0700 |
| commit | 98b1736f9f578f4d66698de321ae7cc85a534ce3 (patch) | |
| tree | a4a1fdd6ea4c910718df5edd5a5fb0b0317a0314 | |
| parent | 7ee1be7c6882257a943668acbfd17ba104715872 (diff) | |
fix: remove extra check frontline match call
| -rw-r--r-- | Malmstone/Addons/PvPMatchAddon.cs | 1 |
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); |
