oh thats important

This commit is contained in:
Leijurv
2018-11-18 12:04:37 -08:00
parent 9ad35dbf28
commit f99befd307
@@ -44,6 +44,7 @@ public class ControllerBehavior extends Behavior implements IMessageListener {
return; return;
} }
trySend(new MessageStatus(ctx.player().posX, ctx.player().posY, ctx.player().posZ)); trySend(new MessageStatus(ctx.player().posX, ctx.player().posY, ctx.player().posZ));
readAndHandle();
} }
private void readAndHandle() { private void readAndHandle() {