mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-23 15:50:29 +02:00
Potential fix to skip chunks being kept loaded
This commit is contained in:
@@ -252,9 +252,10 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
|||||||
if (!result) {
|
if (!result) {
|
||||||
continue outer;
|
continue outer;
|
||||||
}
|
}
|
||||||
} while (index < chunks.length
|
if (System.currentTimeMillis() - start > 5) {
|
||||||
&& System.currentTimeMillis() - start < 5);
|
return;
|
||||||
return;
|
}
|
||||||
|
} while (index < chunks.length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user