Bugfixes / Sprite tweak

This commit is contained in:
Anuken
2019-03-05 09:53:37 -05:00
parent 526a61381d
commit 966efa0669
8 changed files with 17 additions and 16 deletions
@@ -195,7 +195,7 @@ public class TileEntity extends BaseEntity implements TargetTrait, HealthTrait{
if(other == null) continue;
other = other.target();
if(other.entity == null || other.getTeamID() != tile.getTeamID()) continue;
if(other.entity == null || !(other.interactable(tile.getTeam()))) continue;
other.block().onProximityUpdate(other);