mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-05 03:23:44 +01: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