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

Fix BarrierESP not having a category

This commit is contained in:
Alexander01998 2023-11-12 17:28:35 +01:00
parent 05da53a808
commit 616933a6d7

View File

@ -7,6 +7,7 @@
*/ */
package net.wurstclient.hacks; package net.wurstclient.hacks;
import net.wurstclient.Category;
import net.wurstclient.SearchTags; import net.wurstclient.SearchTags;
import net.wurstclient.hack.Hack; import net.wurstclient.hack.Hack;
@ -16,6 +17,7 @@ public class BarrierEspHack extends Hack
public BarrierEspHack() public BarrierEspHack()
{ {
super("BarrierESP"); super("BarrierESP");
setCategory(Category.RENDER);
} }
// See ClientWorldMixin // See ClientWorldMixin