0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Fix KillauraLegitHack disabling itself

This commit is contained in:
Alexander01998 2020-02-05 19:12:57 +01:00
parent 3e47545e51
commit 1ed65a6c0b

View File

@ -126,7 +126,6 @@ public final class KillauraLegitHack extends Hack
// disable other killauras
WURST.getHax().clickAuraHack.setEnabled(false);
WURST.getHax().fightBotHack.setEnabled(false);
WURST.getHax().killauraLegitHack.setEnabled(false);
WURST.getHax().multiAuraHack.setEnabled(false);
WURST.getHax().protectHack.setEnabled(false);
WURST.getHax().triggerBotHack.setEnabled(false);