mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Use the correct plot id
This commit is contained in:
parent
dc94418b51
commit
bec11b244e
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue