mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-01-08 17:05:04 +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);
|
SuperBreakerEventHandler eventHandler = new SuperBreakerEventHandler(this, block);
|
||||||
|
|
||||||
if (eventHandler.tierCheck()) {
|
if (!eventHandler.tierCheck()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,6 @@ public class SuperBreakerEventHandler {
|
|||||||
|
|
||||||
protected void processDropsAndXP() {
|
protected void processDropsAndXP() {
|
||||||
manager.miningBlockCheck(block);
|
manager.miningBlockCheck(block);
|
||||||
manager.miningBlockCheck(block); //Triple drops
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void playSpoutSound() {
|
protected void playSpoutSound() {
|
||||||
|
|||||||
Reference in New Issue
Block a user