9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00
This commit is contained in:
Daniel Mills
2021-01-10 08:02:50 -05:00
parent 7ddaa3ce65
commit 6bf65c7c74

View File

@@ -173,7 +173,6 @@ public class PlannedStructure {
Iris.info("Connected {" + test + "/" + testConnector + "} <==> {" + piece + "/" + pieceConnector + "}");
piece.connect(pieceConnector);
test.connect(testConnector);
pieces.add(test);
return true;