From e94954f858bb8bbd6ce9b66016231db21af23e9c Mon Sep 17 00:00:00 2001 From: Koeppy Date: Sun, 26 Oct 2025 22:46:54 -0500 Subject: [PATCH] update droptracker to v5.2.0 (#9296) * Update to Droptracker 5.1.0 Fixes to Combat Achievements Removed XP tracking (Only tracking levels) Organized settings menu Reworked PB Tracking Support Delve Boss 1-8 now Fixed DMs not properly hiding Fixed tracking Yama Loot * Fix System.err.println in DropTrackerApi class * Update droptracker to version 5.2.0 * Removed System.out.println from submission manager --- plugins/droptracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/droptracker b/plugins/droptracker index b8b531d47..e7170cddb 100644 --- a/plugins/droptracker +++ b/plugins/droptracker @@ -1,3 +1,3 @@ repository=https://github.com/joelhalen/droptracker-plugin.git -commit=58ba6a255440ba060415e57e5cfd97e11d38aaee +commit=34f24b5d97df4b45cb35bb7a768aba6b6e438ba2 authors=joelhalen,OSRSKoeppy