This commit is contained in:
Anuken
2019-06-16 23:38:50 -04:00
parent 9e97b5851e
commit 897c55c410
11 changed files with 17 additions and 9 deletions
@@ -669,7 +669,7 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
}
if(dst(moveTarget) <= 2f * Time.delta()){
if(tapping){
if(tapping && !isDead()){
Tile tile = ((TileEntity)moveTarget).tile;
tile.block().tapped(tile, this);
}