diff --git a/patches/server/Rewrite-chunk-system.patch b/patches/server/Rewrite-chunk-system.patch index 981fcd3ef7..a97061137c 100644 --- a/patches/server/Rewrite-chunk-system.patch +++ b/patches/server/Rewrite-chunk-system.patch @@ -2471,7 +2471,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + final PlayerChunkLoaderData loader = player.chunkLoader; + + if (loader == null) { -+ throw new IllegalStateException("Player is already removed from player chunk loader"); ++ return; + } + + loader.remove();