mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Use the correct plot id
This commit is contained in:
parent
dc94418b51
commit
bec11b244e
@ -2641,7 +2641,6 @@ public class Plot {
|
|||||||
if (border == Integer.MAX_VALUE) {
|
if (border == Integer.MAX_VALUE) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
PlotId id = new PlotId(Math.abs(this.getId().x), Math.abs(this.getId().x));
|
|
||||||
PlotManager manager = this.getManager();
|
PlotManager manager = this.getManager();
|
||||||
Location bot = manager.getPlotBottomLocAbs(this.area, id);
|
Location bot = manager.getPlotBottomLocAbs(this.area, id);
|
||||||
Location top = manager.getPlotTopLocAbs(this.area, id);
|
Location top = manager.getPlotTopLocAbs(this.area, id);
|
||||||
|
Loading…
Reference in New Issue
Block a user