diff --git a/src/main/java/net/shadow/client/feature/module/impl/crash/ErrorCrash.java b/src/main/java/net/shadow/client/feature/module/impl/crash/ErrorCrash.java index 9781cfa..47fc3f4 100644 --- a/src/main/java/net/shadow/client/feature/module/impl/crash/ErrorCrash.java +++ b/src/main/java/net/shadow/client/feature/module/impl/crash/ErrorCrash.java @@ -29,7 +29,7 @@ public class ErrorCrash extends Module { final DoubleSetting pwr = this.config.create(new DoubleSetting.Builder(5).min(1).max(500).name("Power").description("Force to attack with").get()); public ErrorCrash() { - super("ErrorCrash", "Crash by making a shit ton of errors", ModuleType.CRASH); + super("BeeCrash", "Bee crash yours truly.", ModuleType.CRASH); } @EventListener(type=EventType.PACKET_SEND)