Fixed bug where Mining wasn't awarding double drops

This commit is contained in:
GJ
2013-03-17 00:36:40 -04:00
parent dafa690a09
commit 171026ba23
2 changed files with 3 additions and 2 deletions

View File

@ -58,7 +58,7 @@ public class MiningManager extends SkillManager{
applyXpGain(Mining.getBlockXp(blockState));
if (Permissions.doubleDrops(player, skill)) {
if (!Permissions.doubleDrops(player, skill)) {
return;
}