Disable AutoTNT and SpawnProofer until SB fixes it

This commit is contained in:
StormyBytes
2021-06-03 19:52:59 +07:00
parent 6a6d1831ce
commit c3fcef8d24

View File

@@ -29,7 +29,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
modules.add(new AutoExtinguish());
modules.add(new AutoHighway());
modules.add(new AutoPot());
modules.add(new AutoTNT());
// modules.add(new AutoTNT());
modules.add(new ColorSigns());
modules.add(new Confuse());
modules.add(new InteractionMenu());
@@ -40,7 +40,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
modules.add(new Rendering());
modules.add(new SkeletonESP());
modules.add(new SoundLocator());
modules.add(new SpawnProofer());
// modules.add(new SpawnProofer());
Commands commands = Commands.get();
commands.add(new AntiAntiXrayCommand());