forked from RepoMirrors/baritone
oh thats important
This commit is contained in:
parent
9ad35dbf28
commit
f99befd307
|
@ -44,6 +44,7 @@ public class ControllerBehavior extends Behavior implements IMessageListener {
|
|||
return;
|
||||
}
|
||||
trySend(new MessageStatus(ctx.player().posX, ctx.player().posY, ctx.player().posZ));
|
||||
readAndHandle();
|
||||
}
|
||||
|
||||
private void readAndHandle() {
|
||||
|
|
Loading…
Reference in New Issue