Fixed a bug where Triple Drops wouldn't happen.

This commit is contained in:
nossr50 2013-01-17 11:23:52 -08:00
parent b11762da99
commit abb0184e49
2 changed files with 3 additions and 4 deletions

View File

@ -157,7 +157,7 @@ public class MiningManager extends SkillManager{
SuperBreakerEventHandler eventHandler = new SuperBreakerEventHandler(this, block);
if (eventHandler.tierCheck()) {
if (!eventHandler.tierCheck()) {
return;
}

View File

@ -53,7 +53,6 @@ public class SuperBreakerEventHandler {
protected void processDropsAndXP() {
manager.miningBlockCheck(block);
manager.miningBlockCheck(block); //Triple drops
}
protected void playSpoutSound() {