diff --git a/patches/server/Configurable-Keep-Spawn-Loaded-range-per-world.patch b/patches/server/Configurable-Keep-Spawn-Loaded-range-per-world.patch index 6ee5c5f094..b2cacab732 100644 --- a/patches/server/Configurable-Keep-Spawn-Loaded-range-per-world.patch +++ b/patches/server/Configurable-Keep-Spawn-Loaded-range-per-world.patch @@ -132,10 +132,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + // left + chunkproviderserver.addRegionTicket(TicketType.START, new ChunkPos(spawn.add(-radiusInBlocks, 0, z)), 1, Unit.INSTANCE); // level 32 + } -+ -+ MCUtil.getSpiralOutChunks(spawn, radiusInBlocks >> 4).forEach(pair -> { -+ getChunkSource().getChunkAtMainThread(pair.x, pair.z); -+ }); + } + public void removeTicketsForSpawn(int radiusInBlocks, BlockPos spawn) { + // In order to respect vanilla behavior, which is ensuring everything but the spawn border can tick, we added tickets