Fix plot schematic y

This commit is contained in:
Jesse Boyd
2019-04-06 01:54:02 +11:00
parent 3f194f90ce
commit 69a029a555
5 changed files with 32 additions and 12 deletions

View File

@ -112,7 +112,7 @@ public class BukkitHybridUtils extends HybridUtils {
}
int minY;
if (Settings.Schematics.PASTE_ON_TOP) {
minY = Math.min(hpw.PLOT_HEIGHT, hpw.ROAD_HEIGHT);
minY = hpw.SCHEM_Y;
} else {
minY = 1;
}