mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	.
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user