mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-10 22:00:50 +01:00
Fixed bug where Mining wasn't awarding double drops
This commit is contained in:
@@ -58,7 +58,7 @@ public class MiningManager extends SkillManager{
|
||||
|
||||
applyXpGain(Mining.getBlockXp(blockState));
|
||||
|
||||
if (Permissions.doubleDrops(player, skill)) {
|
||||
if (!Permissions.doubleDrops(player, skill)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user