From fe86d0098b09bde35792ef9267eee320a1ba7ea1 Mon Sep 17 00:00:00 2001 From: Ankou <61634423+AnkouOSRS@users.noreply.github.com> Date: Tue, 23 Dec 2025 21:29:19 -0500 Subject: [PATCH] update cox-light-colors to v1.3.4 (#9940) - Update the logic used to recolor the light above the chest to fix an issue where the correct color would not show with the GPU plugin enabled. It now spawns a fake light object with the correct color and hides the original. - Use clientThread when necessary to avoid assertion errors when working with models - Refactor several methods - Update build.gradle --- plugins/cox-light-colors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cox-light-colors b/plugins/cox-light-colors index 41c6c9683..f2b2b20ee 100644 --- a/plugins/cox-light-colors +++ b/plugins/cox-light-colors @@ -1,2 +1,2 @@ repository=https://github.com/AnkouOSRS/cox-light-colors.git -commit=caed95658520d3fe382169c1213adf269e78b502 +commit=595008e1eb71ae799267b830fc2e3992c232b4a3