aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Addons
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-09 21:59:06 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-09 21:59:06 -0700
commit0f327ab73f43324943440ba075023e84581faf5d (patch)
tree4bf93b2809c43fbbd08fe77c0b7b9e28c152c1f2 /Malmstone/Addons
parent98b1736f9f578f4d66698de321ae7cc85a534ce3 (diff)
fix: initial cache is occuring when client is not fully loaded
Diffstat (limited to 'Malmstone/Addons')
-rw-r--r--Malmstone/Addons/PvPMatchAddon.cs2
1 files changed, 2 insertions, 0 deletions
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)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage