Update Block.java
This commit is contained in:
@@ -322,7 +322,7 @@ public class Block extends BlockStorage{
|
|||||||
if(!tempTiles.isEmpty()){
|
if(!tempTiles.isEmpty()){
|
||||||
Tile toLink = tempTiles.first();
|
Tile toLink = tempTiles.first();
|
||||||
if(!toLink.entity.power.links.contains(tile.pos())){
|
if(!toLink.entity.power.links.contains(tile.pos())){
|
||||||
toLink.configure(tile.pos());
|
toLink.configureAny(tile.pos());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user