Do not respect paste on top for road schematics.

This commit is contained in:
dordsor21 2020-07-09 22:19:23 +01:00
parent 5e44bb60c6
commit 55139eb134
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -622,9 +622,6 @@ public abstract class HybridUtils {
if (condition) {
BaseBlock[] blocks = plotWorld.G_SCH.get(MathMan.pair(absX, absZ));
int minY = plotWorld.SCHEM_Y;
if (!Settings.Schematics.PASTE_ON_TOP) {
minY = 1;
}
int maxY = Math.max(extend, blocks.length);
for (int y = 0; y < maxY; y++) {
if (y > blocks.length - 1) {