unnecessary

This commit is contained in:
boy0001 2014-12-14 01:13:17 +11:00
parent e3f772050e
commit 0f1dc0f58a

View File

@ -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);