mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-15 05:17:56 +00:00
Fix Typo
This commit is contained in:
parent
1cf85ff2c6
commit
c6a4206266
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ public abstract class HybridUtils {
|
||||||
ChunkLoc loc = iterator.next();
|
ChunkLoc loc = iterator.next();
|
||||||
iterator.remove();
|
iterator.remove();
|
||||||
PlotSquared.debug("&3Updating .mcr: " + loc.x + ", " + loc.z
|
PlotSquared.debug("&3Updating .mcr: " + loc.x + ", " + loc.z
|
||||||
+ " (aprrox 1024 chunks)");
|
+ " (approx 1024 chunks)");
|
||||||
PlotSquared.debug(" - Remaining: " + regions.size());
|
PlotSquared.debug(" - Remaining: " + regions.size());
|
||||||
chunks.addAll(getChunks(loc));
|
chunks.addAll(getChunks(loc));
|
||||||
System.gc();
|
System.gc();
|
||||||
|
|
Loading…
Reference in a new issue