oh thats important

This commit is contained in:
Leijurv 2018-11-18 12:04:37 -08:00
parent 9ad35dbf28
commit f99befd307
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 0 deletions

View File

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