From 7d304d3eb2ecaeafdec92801cbb16e5c38bfe4c8 Mon Sep 17 00:00:00 2001 From: boy0001 Date: Mon, 10 Nov 2014 20:15:55 +1100 Subject: [PATCH] What's with this FIXME thing? Have you broken something? --- .../com/intellectualcrafters/plot/commands/Auto.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Auto.java b/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Auto.java index 53951b413..1076b0c0a 100644 --- a/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Auto.java +++ b/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Auto.java @@ -131,14 +131,14 @@ public class Auto extends SubCommand { Auto.lastPlot = getNextPlot(Auto.lastPlot, 1); } } else { - // FIXME: Not used - // TODO: Fix this! - // final boolean claimed = true; + + // Why does this need fixing, it should work fine for auto claiming mega plots + + while (!br) { final PlotId start = getNextPlot(Auto.lastPlot, 1); - // FIXME: Wtf is going on here? - /*if (claimed) */ + // Checking if the current set of plots is a viable option. { if ((PlotMain.getPlots(world).get(start) == null) || (PlotMain.getPlots(world).get(start).owner == null)) { Auto.lastPlot = start;