File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/net/wurstclient/hacks Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,8 @@ Examples:
266266### TooManyHax Improved
267267- 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.
268268
269+ ![ TooMany] ( https://i.imgur.com/I3cg7Qf.png )
270+
269271### Panic Improved
270272- It now saves your current enabled hacks and allows you to restore them via ClickUI/Navigator or keybind.
271273
Original file line number Diff line number Diff line change 2323
2424import org .lwjgl .glfw .GLFW ;
2525
26- import net .minecraft .client .gui .Click ;
2726import net .minecraft .client .gui .DrawContext ;
2827import net .wurstclient .Category ;
2928import net .wurstclient .DontBlock ;
@@ -250,7 +249,7 @@ private void refreshSize(List<Hack> hacks)
250249
251250 @ Override
252251 public void handleMouseClick (double mouseX , double mouseY ,
253- int mouseButton , Click context )
252+ int mouseButton )
254253 {
255254 if (mouseButton != GLFW .GLFW_MOUSE_BUTTON_LEFT )
256255 return ;
You can’t perform that action at this time.
0 commit comments