Skip to content

Commit

Permalink
Fix blast mining bonus drops option not working (#4895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Warriorrrr committed May 29, 2023
1 parent db01b61 commit 78922ea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -275,7 +275,7 @@ public static int getDropMultiplier(int rank) {
* @return the Blast Mining tier
*/
public int getDropMultiplier() {
if (mcMMO.p.getAdvancedConfig().isBlastMiningBonusDropsEnabled()) {
if (!mcMMO.p.getAdvancedConfig().isBlastMiningBonusDropsEnabled()) {
return 0;
}

Expand Down

0 comments on commit 78922ea

Please sign in to comment.