Fixed #4824 / Fixed #4827 / Fixed #4829

This commit is contained in:
Anuken
2021-03-01 09:45:40 -05:00
parent 4c9cda7e40
commit 5f83c92829
4 changed files with 11 additions and 6 deletions
@@ -911,7 +911,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
if(net.client()) return;
if((block.consumesPower || block.outputsPower) && block.hasPower){
PowerNode.getNodeLinks(tile, block, other -> {
PowerNode.getNodeLinks(tile, block, team, other -> {
if(!other.power.links.contains(pos())){
other.configureAny(pos());
}