Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -477,7 +477,7 @@ public class DesktopInput extends InputHandler{
|
||||
schematicY += shiftY;
|
||||
}
|
||||
|
||||
if(Core.input.keyTap(Binding.deselect) && !isPlacing() && !commandMode){
|
||||
if(Core.input.keyTap(Binding.deselect) && !isPlacing() && player.unit().plans.isEmpty() && !commandMode){
|
||||
player.unit().mineTile = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user