Fixed duct bridging
This commit is contained in:
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;
|
i = j;
|
||||||
continue outer;
|
continue outer;
|
||||||
}else if(other.placeable(team)){
|
}else if(placeable.get(other)){
|
||||||
//found a link, assign bridges
|
//found a link, assign bridges
|
||||||
cur.block = bridge;
|
cur.block = bridge;
|
||||||
other.block = bridge;
|
other.block = bridge;
|
||||||
|
|||||||
Reference in New Issue
Block a user