Fixed Spawn Proofer

This commit is contained in:
StormyBytes
2021-06-04 05:23:01 +07:00
parent d0f7cb0d8a
commit 26dc135b7a
3 changed files with 119 additions and 111 deletions

View File

@@ -41,7 +41,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());