mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 04:47:54 +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();
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue