forked from SteamWar/SteamWar
Hotfix FixedRegion
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ public class FixedRegion implements Region {
|
|||||||
SchematicType schematicType = pasteBuilder.getClipboardProvider().as(PasteBuilder.SchematicProvider.class).getSchematic().getSchemtype();
|
SchematicType schematicType = pasteBuilder.getClipboardProvider().as(PasteBuilder.SchematicProvider.class).getSchematic().getSchemtype();
|
||||||
pasteBuilder.rotate(schematicType.fightType() || schematicType.check());
|
pasteBuilder.rotate(schematicType.fightType() || schematicType.check());
|
||||||
}
|
}
|
||||||
pasteBuilder.pastePoint(minPoint.add(prototype.getSizeX() / 2, 0, prototype.getSizeY() / 2));
|
pasteBuilder.pastePoint(minPoint.add(prototype.getSizeX() / 2, 0, prototype.getSizeZ() / 2));
|
||||||
regionHistory.remember(pasteBuilder.run());
|
regionHistory.remember(pasteBuilder.run());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user