mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
unnecessary
This commit is contained in:
parent
e3f772050e
commit
0f1dc0f58a
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ public class Auto extends SubCommand {
|
|||
while (!br) {
|
||||
Plot plot = PlotHelper.getPlot(world, Auto.lastPlot);
|
||||
if ((plot == null) || (plot.owner == null)) {
|
||||
plot = PlotHelper.getPlot(world, Auto.lastPlot);
|
||||
Claim.claimPlot(plr, plot, true, true);
|
||||
br = true;
|
||||
final PlotWorld pw = PlotMain.getWorldSettings(world);
|
||||
|
|
Loading…
Reference in a new issue