diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java index 135149279..84c487bdb 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/generator/HybridUtils.java @@ -183,7 +183,7 @@ public abstract class HybridUtils { ChunkLoc loc = iterator.next(); iterator.remove(); PlotSquared.debug("&3Updating .mcr: " + loc.x + ", " + loc.z - + " (aprrox 1024 chunks)"); + + " (approx 1024 chunks)"); PlotSquared.debug(" - Remaining: " + regions.size()); chunks.addAll(getChunks(loc)); System.gc();