mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-14 03:24:43 +02:00
Fixed a bug where Triple Drops wouldn't happen.
This commit is contained in:
@ -157,7 +157,7 @@ public class MiningManager extends SkillManager{
|
||||
|
||||
SuperBreakerEventHandler eventHandler = new SuperBreakerEventHandler(this, block);
|
||||
|
||||
if (eventHandler.tierCheck()) {
|
||||
if (!eventHandler.tierCheck()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user