mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-01 10:24:25 +07:00
Fixed duct bridging
This commit is contained in:
parent
3f06a49f79
commit
1a9fe45e8e
Binary file not shown.
Before Width: | Height: | Size: 863 B After Width: | Height: | Size: 887 B |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@ -212,7 +212,7 @@ public class Placement{
|
||||
}
|
||||
i = j;
|
||||
continue outer;
|
||||
}else if(other.placeable(team)){
|
||||
}else if(placeable.get(other)){
|
||||
//found a link, assign bridges
|
||||
cur.block = bridge;
|
||||
other.block = bridge;
|
||||
|
Loading…
Reference in New Issue
Block a user