Update Plot.java

This commit is contained in:
Jesse Boyd 2019-11-10 22:08:03 +00:00
parent bf4d953f3c
commit f797141a29
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -2724,7 +2724,7 @@ public class Plot {
}
}
}
BlockVector3 pos1 = BlockVector3.at(gbotabs.getX() + 1, 0, gbotabs.getZ());
BlockVector3 pos1 = BlockVector3.at(gbotabs.getX(), 0, gbotabs.getZ());
BlockVector3 pos2 = BlockVector3.at(gtopabs.getX(), Plot.MAX_HEIGHT - 1, gtopabs.getZ());
regions.add(
new CuboidRegion(pos1, pos2));