mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-20 09:19:36 +01:00
9143051d9f
It avoids onBlockBreak to be called twice (which basically launched the task twice). I don't know what were the consequences but that wasn't right anyway. Also it would be better if we wouldn't have to cancel the event, because there is a possibility that plugins like LogBlock don't have a chance to process it.