bee crash hahahh

This commit is contained in:
ZeoNight 2022-05-16 22:35:30 +03:00
parent 3ea1cc40a6
commit 8e0e8a0e45

View file

@ -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)