Power graph loading / merging

This commit is contained in:
Anuken
2018-09-19 09:41:30 -04:00
parent c87eaaa928
commit af5b579a2f
6 changed files with 41 additions and 24 deletions
@@ -186,7 +186,6 @@ public class TileEntity extends BaseEntity implements TargetTrait, HealthTrait{
if(other == null || other.entity == null || other.getTeamID() != tile.getTeamID()) continue;
other = other.target();
if(other.block().hasPower) other.block().updatePowerGraph(other);
other.block().onProximityUpdate(other);
tmpTiles.add(other);