You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
private ArrayList<ServerChunkCache.ChunkAndHolder> tickChunks(final int initialArraySize, final Operation<ArrayList<ServerChunkCache.ChunkAndHolder>> original) {
55
-
final ArrayList<ServerChunkCache.ChunkAndHolder> list = original.call(initialArraySize);
56
-
57
-
final SubLevelContainer container = this.sable$getPlotContainer();
58
-
for (final SubLevel subLevel : container.getAllSubLevels()) {
59
-
final Collection<PlotChunkHolder> chunks = subLevel.getPlot().getLoadedChunks();
60
-
for (final PlotChunkHolder plotChunkHolder : chunks) {
61
-
if (!this.chunkMap.visibleChunkMap.containsKey(plotChunkHolder.getPos().toLong()))
0 commit comments