Mantle dont use post handler

This commit is contained in:
cyberpwn
2021-09-12 08:10:29 -04:00
parent 2fd3abbb14
commit ccbd5b17d3
7 changed files with 17 additions and 30 deletions

View File

@@ -84,7 +84,7 @@ public class PlannedStructure {
}
}
public void place(IObjectPlacer placer, Mantle e, Consumer<Runnable> post) {
public void place(IObjectPlacer placer, Mantle e) {
IrisObjectPlacement options = new IrisObjectPlacement();
options.getRotation().setEnabled(false);
int startHeight = pieces.get(0).getPosition().getY();