it launches

This commit is contained in:
Anuken
2020-02-05 22:08:57 -05:00
parent 65857d77c4
commit 8172e69f8c
13 changed files with 127 additions and 96 deletions

View File

@@ -508,7 +508,7 @@ public class NetServer implements ApplicationListener{
player.mouseX(pointerX);
player.mouseY(pointerY);
player.setMineTile(mining);
player.miner().mineTile(mining);
player.isTyping = chatting;
player.isBoosting = boosting;
player.isShooting = shooting;