mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-06 08:18:13 +07:00
Update Block.java
This commit is contained in:
@ -322,7 +322,7 @@ public class Block extends BlockStorage{
|
||||
if(!tempTiles.isEmpty()){
|
||||
Tile toLink = tempTiles.first();
|
||||
if(!toLink.entity.power.links.contains(tile.pos())){
|
||||
toLink.configure(tile.pos());
|
||||
toLink.configureAny(tile.pos());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user