mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
.
This commit is contained in:
parent
7db9c0b9a2
commit
e0b17886fb
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ public class BukkitChunkManager extends ChunkManager {
|
|||
@Override
|
||||
public void run() {
|
||||
long start = System.currentTimeMillis();
|
||||
while (chunks.size() > 0 && System.currentTimeMillis() - start < 50) {
|
||||
while (chunks.size() > 0 && System.currentTimeMillis() - start < 20) {
|
||||
ChunkLoc chunk = chunks.remove(0);
|
||||
int x = chunk.x;
|
||||
int z = chunk.z;
|
||||
|
|
Loading…
Reference in a new issue