From 0f327ab73f43324943440ba075023e84581faf5d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 9 Sep 2024 21:59:06 -0700 Subject: fix: initial cache is occuring when client is not fully loaded --- Malmstone/Addons/PvPMatchAddon.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Malmstone/Addons/PvPMatchAddon.cs') diff --git a/Malmstone/Addons/PvPMatchAddon.cs b/Malmstone/Addons/PvPMatchAddon.cs index 44679c4..b416f16 100644 --- a/Malmstone/Addons/PvPMatchAddon.cs +++ b/Malmstone/Addons/PvPMatchAddon.cs @@ -164,6 +164,8 @@ namespace Malmstone.Addons Plugin.Configuration.Save(); } Plugin.PvPService.UpdateFrontlineResultCache(); + Plugin.Logger.Debug("Frontline Record Re-cached As: " + Plugin.PvPService.CachedFrontlineResults.FirstPlace + + " Second: " + Plugin.PvPService.CachedFrontlineResults.SecondPlace + " Third: " + Plugin.PvPService.CachedFrontlineResults.ThirdPlace); } private void ShowSeriesProgressionToast(AddonEvent eventType, AddonArgs addonInfo) -- cgit v1.2.3