Fixed #9535
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user