Files
PocketMine-MP/src/world
Dylan K. Taylor 2fa0a914ff World::orderChunkPopulation() may return a pre-resolved promise
this does not indicate a failure; it indicates that the chunk has already been successfully populated.
In this case, we shouldn't be putting the task back on the queue.

This is skirting around the real bug, which is that requestChunkPopulation() doesn't check if the target chunk is already populated before it creates a new promise that it will be.
2021-10-31 22:51:37 +00:00
..
2021-07-23 22:39:54 +01:00
2021-10-23 23:54:49 +01:00
2021-10-23 23:54:49 +01:00