1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-20 07:51:25 +02:00

One last try

This commit is contained in:
T00thpick1 2013-08-04 11:51:34 -04:00
parent e566b20e2b
commit 3f6bce0fc6

@ -85,7 +85,7 @@ public class Unarmed {
inventory.setItem(firstEmpty, dropStack); inventory.setItem(firstEmpty, dropStack);
return true; return true;
} else { } else {
// This should never happen as event contract states that the amount on the stack is equal to the amount they can actually pick up drop.remove();
return true; return true;
} }