mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-11 07:39:39 +07:00
Update Block.java
This commit is contained in:
parent
b582c79593
commit
cd07d3b13d
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user