Item Generator and Server finder
This commit is contained in:
committed by
Cloudburst
parent
ea106d6f70
commit
97d42528bc
@@ -1,7 +1,6 @@
|
||||
package anticope.rejects.modules;
|
||||
|
||||
import anticope.rejects.MeteorRejectsAddon;
|
||||
import meteordevelopment.meteorclient.MeteorClient;
|
||||
import meteordevelopment.meteorclient.events.world.TickEvent;
|
||||
import meteordevelopment.meteorclient.settings.BoolSetting;
|
||||
import meteordevelopment.meteorclient.settings.Setting;
|
||||
@@ -58,12 +57,6 @@ public class ExtraElytra extends Module {
|
||||
@Override
|
||||
public void onActivate() {
|
||||
jumpTimer = 0;
|
||||
MeteorClient.EVENT_BUS.subscribe(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDeactivate() {
|
||||
MeteorClient.EVENT_BUS.unsubscribe(this);
|
||||
}
|
||||
|
||||
public ExtraElytra() {
|
||||
|
||||
Reference in New Issue
Block a user