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

Fix HackListHUD glitching out when opening ClickGUI

This commit is contained in:
Alexander01998 2021-09-22 07:19:31 +02:00
parent d404a3ab44
commit 301fa2ebbc

View File

@ -11,6 +11,7 @@ import java.util.Objects;
import net.wurstclient.Category;
import net.wurstclient.Feature;
import net.wurstclient.hacks.ClickGuiHack;
import net.wurstclient.hacks.NavigatorHack;
import net.wurstclient.hacks.TooManyHaxHack;
@ -76,7 +77,7 @@ public abstract class Hack extends Feature
this.enabled = enabled;
if(!(this instanceof NavigatorHack))
if(!(this instanceof NavigatorHack || this instanceof ClickGuiHack))
WURST.getHud().getHackList().updateState(this);
if(enabled)