actually rename it
This commit is contained in:
parent
540c9b1056
commit
3ef3c8f4eb
1 changed files with 3 additions and 2 deletions
|
@ -6,10 +6,11 @@ import land.chipmunk.chayapak.chomens_bot.chatParsers.data.MutablePlayerListEntr
|
|||
import land.chipmunk.chayapak.chomens_bot.data.Rotation;
|
||||
import org.cloudburstmc.math.vector.Vector3f;
|
||||
|
||||
public class MabePlugin extends PositionPlugin.Listener {
|
||||
// unused lol
|
||||
public class AimPlugin extends PositionPlugin.Listener {
|
||||
private final Bot bot;
|
||||
|
||||
public MabePlugin (Bot bot) {
|
||||
public AimPlugin(Bot bot) {
|
||||
this.bot = bot;
|
||||
bot.position().addListener(this);
|
||||
}
|
Loading…
Reference in a new issue