removed category

This commit is contained in:
Cloudburst
2021-03-19 12:17:15 +01:00
parent 5c95c26638
commit 47c1c2a80b
7 changed files with 425 additions and 158 deletions

View File

@@ -2,6 +2,7 @@ package cloudburst.rejects.modules;
import meteordevelopment.orbit.EventHandler;
import minegame159.meteorclient.events.world.TickEvent;
import minegame159.meteorclient.modules.Categories;
import minegame159.meteorclient.modules.Module;
import minegame159.meteorclient.settings.BoolSetting;
import minegame159.meteorclient.settings.Setting;
@@ -10,8 +11,6 @@ import minegame159.meteorclient.utils.entity.EntityUtils;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.PlayerEntity;
import cloudburst.rejects.RejectCategory;
public class AntiBot extends Module {
@@ -26,7 +25,7 @@ public class AntiBot extends Module {
public AntiBot()
{
super(RejectCategory.Rejects, "anti-bot", "Detects and removes bots.");
super(Categories.Render, "anti-bot", "Detects and removes bots.");
}
@EventHandler