forgot to register that

This commit is contained in:
Jess H 2024-05-28 06:13:26 +01:00
parent ce97924249
commit 026cc22f72

View file

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