From 9d394195604a49c855de9a2516cc1f6b8dee1e86 Mon Sep 17 00:00:00 2001 From: Michael A Date: Fri, 3 Jul 2026 06:29:47 -0700 Subject: [PATCH] update runealytics (#13138) * Change commit reference in runealytics plugin Updated the commit reference for the RuneAlytics plugin. * Update commit hash for RuneAlytics plugin * Change commit hash in RuneAlytics plugin Updated the commit hash for the RuneAlytics plugin. * Change commit hash in RuneAlytics plugin * Chore: change log.(warn, info, error) to log.debug * Fix: use of thread sleep is not allowed; use a scheduled executor etc. instead * Fix: use of thread interrupt is not allowed --- plugins/runealytics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/runealytics b/plugins/runealytics index ed86e6b1c..61fd2aae8 100644 --- a/plugins/runealytics +++ b/plugins/runealytics @@ -1,4 +1,4 @@ repository=https://github.com/Runescape-Tracking/RuneAlytics-Plugin.git -commit=1ecddb6bf4336aceaaa8ac4a32930aa023e9e55d +commit=9f8e048b984c07564147cf1b33a650f84c1f68dd warning=This plugin submits your IP address, in-game name, friends list, members of your clan chat, other player metrics, and optional bank contents, to Runealytics.com which is not maintained or reviewed by RuneLite. authors=mrtms,cshunton