Skip to content

Commit 129103e

Browse files
committed
Updated ItemESP, Updated ChestSearch, Updated TooManyHax, Updated Panic
1 parent b8a0f21 commit 129103e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/main/java/net/wurstclient/hacks/TooManyHaxHack.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
import org.lwjgl.glfw.GLFW;
2525

26-
import net.minecraft.client.gui.Click;
2726
import net.minecraft.client.gui.DrawContext;
2827
import net.wurstclient.Category;
2928
import 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;

0 commit comments

Comments
 (0)