mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Fixes
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
package com.volmit.iris.engine.jigsaw;
|
||||
|
||||
import com.volmit.iris.Iris;
|
||||
import com.volmit.iris.core.project.loader.IrisData;
|
||||
import com.volmit.iris.core.tools.IrisWorlds;
|
||||
import com.volmit.iris.engine.framework.Engine;
|
||||
|
||||
@@ -75,8 +75,7 @@ public class PlannedStructure {
|
||||
|
||||
generateTerminators();
|
||||
|
||||
for(PlannedPiece i : pieces)
|
||||
{
|
||||
for (PlannedPiece i : pieces) {
|
||||
Iris.debug("Place: " + i.getObject().getLoadKey() + " at @ relative " + i.getPosition().toString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user