mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-14 19:04:54 -05:00
i forgor
This commit is contained in:
parent
33239120cf
commit
f695a937e8
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());
|
final DoubleSetting pwr = this.config.create(new DoubleSetting.Builder(5).min(1).max(500).name("Power").description("Force to attack with").get());
|
||||||
|
|
||||||
public ErrorCrash() {
|
public ErrorCrash() {
|
||||||
super("BeeCrash", "Bee crash yours truly.", ModuleType.CRASH);
|
super("BeeCrash", "Bee crash yours truly. :)", ModuleType.CRASH);
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventListener(type=EventType.PACKET_SEND)
|
@EventListener(type=EventType.PACKET_SEND)
|
||||||
|
|
Loading…
Reference in a new issue