1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-21 05:17:50 +03:00

Update PowerNode.java

This commit is contained in:
Anuken 2019-10-26 08:51:26 -04:00 committed by GitHub
parent df0d81db7c
commit b582c79593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ public class PowerNode extends PowerBlock{
tempTiles.sort(Structs.comparingFloat(t -> t.dst2(tile)));
tempTiles.each(valid, other -> {
if(!tile.entity.power.links.contains(other.pos())){
tile.configure(other.pos());
tile.configureAny(other.pos());
}
});