From 475c815212df70f3503a634ced88055daf5495e0 Mon Sep 17 00:00:00 2001 From: joelhalen <128320003+joelhalen@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:38:21 -0400 Subject: [PATCH] update droptracker (#9359) We were incorrectly calling the atomic boolean for whether an item required a screenshot when it was untradeable based on a set of items we defined with custom values; resulting in nullpointers on drops. --- plugins/droptracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/droptracker b/plugins/droptracker index c1d0fa860..1524252fd 100644 --- a/plugins/droptracker +++ b/plugins/droptracker @@ -1,3 +1,3 @@ repository=https://github.com/joelhalen/droptracker-plugin.git -commit=8fc54c3c8d7a54d757a240b830983354e2a4021b +commit=73788effcda1629b3b9b457f56c17f5d080a5104 authors=joelhalen,OSRSKoeppy