mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 07:06:44 +01:00
Decrease intensity of fastmode clearing
This commit is contained in:
parent
80b2c6b792
commit
9accbd5ea7
@ -317,7 +317,7 @@ public class BukkitChunkManager extends ChunkManager {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
long start = System.currentTimeMillis();
|
long start = System.currentTimeMillis();
|
||||||
while (chunks.size() > 0 && System.currentTimeMillis() - start < 20) {
|
while (chunks.size() > 0 && System.currentTimeMillis() - start < 5) {
|
||||||
ChunkLoc chunk = chunks.remove(0);
|
ChunkLoc chunk = chunks.remove(0);
|
||||||
int x = chunk.x;
|
int x = chunk.x;
|
||||||
int z = chunk.z;
|
int z = chunk.z;
|
||||||
|
Loading…
Reference in New Issue
Block a user