mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Update PowerNode.java
This commit is contained in:
parent
df0d81db7c
commit
b582c79593
@ -115,7 +115,7 @@ public class PowerNode extends PowerBlock{
|
|||||||
tempTiles.sort(Structs.comparingFloat(t -> t.dst2(tile)));
|
tempTiles.sort(Structs.comparingFloat(t -> t.dst2(tile)));
|
||||||
tempTiles.each(valid, other -> {
|
tempTiles.each(valid, other -> {
|
||||||
if(!tile.entity.power.links.contains(other.pos())){
|
if(!tile.entity.power.links.contains(other.pos())){
|
||||||
tile.configure(other.pos());
|
tile.configureAny(other.pos());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user