mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02: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