mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-03-07 02:29:44 +01:00

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.