mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 05:23:01 +00:00
fixes
This commit is contained in:
parent
85c638362b
commit
bcd113146b
11 changed files with 32 additions and 25 deletions
|
@ -189,10 +189,8 @@ import org.bukkit.entity.Player;
|
|||
} else {
|
||||
lastPlot = false;
|
||||
}
|
||||
System.out.print("UNOWNED: " + start);
|
||||
final PlotId end = new PlotId((start.x + size_x) - 1, (start.y + size_z) - 1);
|
||||
if (isUnowned(world, start, end)) {
|
||||
System.out.print("LAST PLOT: " + start);
|
||||
for (int i = start.x; i <= end.x; i++) {
|
||||
for (int j = start.y; j <= end.y; j++) {
|
||||
final Plot plot = PlotHelper.getPlot(world, new PlotId(i, j));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue