diff --git a/core/src/mindustry/input/MobileInput.java b/core/src/mindustry/input/MobileInput.java index 54d2b3df2f..2d0fc1bec1 100644 --- a/core/src/mindustry/input/MobileInput.java +++ b/core/src/mindustry/input/MobileInput.java @@ -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;