mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-25 12:44:50 +00:00
they got removed from the tasks array, but not from the queue (for performance reasons). The queue gets cleaned up by the heartbeat, but it was checking if there were things in the main array, not in the queue. There are a couple of other bugs with cancelling tasks that this doesn't fix that are rather more complicated to deal with.