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

@@ -19,14 +19,9 @@ public class MeteorRejectsAddon extends MeteorAddon {
Modules.get().add(new AntiBot());
Modules.get().add(new AutoMountBypassDupe());
Modules.get().add(new Baconator());
Modules.get().add(new AutoPot());
Modules.get().add(new RenderInvisible());
Commands.get().add(new GiveCommand());
}
@Override
public void onRegisterCategories() {
RejectCategory.register();
}
}