mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 03:08:38 +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.each(valid, other -> {
|
||||
if(!tile.entity.power.links.contains(other.pos())){
|
||||
tile.configure(other.pos());
|
||||
tile.configureAny(other.pos());
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user