File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/java/net/wurstclient/clickgui Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,7 @@ Examples:
298298
299299### TooManyHax Improved
300300- Submenu of TooManyHax in the ClickUI/Navigator shows a list of toggleable hacks instead of needing to manually enter the name of each one via cmd.
301+ - Hacks disabled by TooManyHax will be removed from the ClickUI to declutter
301302
302303![ TooMany] ( https://i.imgur.com/I3cg7Qf.png )
303304
Original file line number Diff line number Diff line change @@ -415,6 +415,9 @@ else if(!window.isMinimized())
415415
416416 // remove by object to avoid index-based removal issues if the
417417 // windows list was modified concurrently
418+ if (!windows .contains (window ))
419+ break ;
420+
418421 windows .remove (window );
419422 windows .add (window );
420423 break ;
You can’t perform that action at this time.
0 commit comments