Use the correct plot id

This commit is contained in:
Jesse Boyd 2016-12-10 00:26:40 +11:00
parent dc94418b51
commit bec11b244e
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -2641,7 +2641,6 @@ public class Plot {
if (border == Integer.MAX_VALUE) {
return;
}
PlotId id = new PlotId(Math.abs(this.getId().x), Math.abs(this.getId().x));
PlotManager manager = this.getManager();
Location bot = manager.getPlotBottomLocAbs(this.area, id);
Location top = manager.getPlotTopLocAbs(this.area, id);