From 93ef9b11a9a45cadd284b54511f1d348f33b397c Mon Sep 17 00:00:00 2001 From: joelhalen <128320003+joelhalen@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:09:58 -0400 Subject: [PATCH] update droptracker to v5.2.2 (#9355) * Fix creation of Color object Sorry for the quick succession updates today.. just got home a bit ago, and the plugin was still creating (non-breaking) NullPointer errors inside our new warning methods. Fixed this by using fromHex instead of fromString to create red * Update commit hash for droptracker plugin --- plugins/droptracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/droptracker b/plugins/droptracker index 579c9209c..c1d0fa860 100644 --- a/plugins/droptracker +++ b/plugins/droptracker @@ -1,3 +1,3 @@ repository=https://github.com/joelhalen/droptracker-plugin.git -commit=0431aad43abb7946e519b0008a0ab24b9ae98557 +commit=8fc54c3c8d7a54d757a240b830983354e2a4021b authors=joelhalen,OSRSKoeppy