This commit is contained in:
cyberpwn 2021-08-17 23:51:41 -04:00
parent d0b8c59769
commit c72658d21a

View File

@ -76,6 +76,8 @@ public class PlannedStructure {
generateTerminators();
Iris.debug("JPlace: ROOT @ relative " + position.toString());
for (PlannedPiece i : pieces) {
Iris.debug("Place: " + i.getObject().getLoadKey() + " at @ relative " + i.getPosition().toString());
}