mirror of
https://github.com/PaperMC/Folia.git
synced 2025-04-21 11:49:20 +08:00
Now that there is no on-main task, the completion logic for the status task is completed with the results passed by the off-main task. Thus, the chunk system saw a non-null throwable and assumed a fatal crash. The old on-main task did not pass the throwable through in this case, which allowed the chunk to re-generate. Fixes https://github.com/PaperMC/Folia/issues/7