This commit is contained in:
Anuken 2024-02-11 08:56:19 -05:00
parent 2777772420
commit 0e3c4c097c

View File

@ -743,6 +743,11 @@ public class MobileInput extends InputHandler implements GestureListener{
queueCommandMode = false;
}
//cannot rebuild and place at the same time
if(block != null){
rebuildMode = false;
}
if(player.dead()){
mode = none;
manualShooting = false;