mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 18:27:36 +07:00
Item bridge fixes
This commit is contained in:
@ -175,7 +175,7 @@ public class ItemBridge extends Block{
|
||||
while(it.hasNext){
|
||||
int i = it.next();
|
||||
Tile other = world.tile(i);
|
||||
if(!linkValid(tile, other, false)){
|
||||
if(!linkValid(tile, other, false) || other.<ItemBridgeEntity>entity().link != tile.pos()){
|
||||
it.remove();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user