mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-25 00:38:08 -05:00
bee crash hahahh
This commit is contained in:
parent
3ea1cc40a6
commit
8e0e8a0e45
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue