From caa78935c4a934fcd60924ce56eccc7c3282743c Mon Sep 17 00:00:00 2001 From: Attoz <45994696+Attoz@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:39:49 +0100 Subject: [PATCH] update choicer (#10494) * Class name refactor: - Renamed ChanceMan to Choicer - Moved account/ drops/ filters/ managers/ to com.choicer -- refactored account/ drops/ filters/ managers/ to use com.choicer - Moved overlay / plugin / panel / config / etc to com.choicer -- refactored overlay / plugin / panel / config / etc to use com.choicer - Renamed Choiceman to Choicer -- refactored Choiceman to Choicer - Refactored hitbox detection to use simple rectangles instead of rounded rectangles * update audio import and exception handling * clean up code soup in RollAnimationManager --- plugins/choicer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/choicer b/plugins/choicer index 99f37a6a7..6168570a8 100644 --- a/plugins/choicer +++ b/plugins/choicer @@ -1,2 +1,2 @@ repository=https://github.com/Attoz/choicer.git -commit=9c09e70ace2606e7fbc9aedc5e2923704c9279b5 \ No newline at end of file +commit=5e6510555815507e5ba94a13254d2c066de50f41 \ No newline at end of file