forgot to register that
This commit is contained in:
parent
ce97924249
commit
026cc22f72
1 changed files with 2 additions and 4 deletions
|
@ -9,10 +9,7 @@ import com.baseband.client.module.command.Set;
|
|||
import com.baseband.client.module.command.Test;
|
||||
import com.baseband.client.module.movement.*;
|
||||
import com.baseband.client.module.render.*;
|
||||
import com.baseband.client.module.world.AutoEat;
|
||||
import com.baseband.client.module.world.AutoSignText;
|
||||
import com.baseband.client.module.world.Ping;
|
||||
import com.baseband.client.module.world.Selection;
|
||||
import com.baseband.client.module.world.*;
|
||||
|
||||
/**
|
||||
* @author TudbuT
|
||||
|
@ -34,6 +31,7 @@ public class Setup {
|
|||
//AutoKill.INSTANCE.autoCrystal,
|
||||
new AutoTotem(),
|
||||
new AutoReconnect(),
|
||||
new AutoRespawn(),
|
||||
new AutoSignText(),
|
||||
new Baritone(),
|
||||
new Bright(),
|
||||
|
|
Loading…
Add table
Reference in a new issue