T00thpick1 %!s(int64=12) %!d(string=hai) anos
pai
achega
3f6bce0fc6

+ 1 - 1
src/main/java/com/gmail/nossr50/skills/unarmed/Unarmed.java

@@ -85,7 +85,7 @@ public class Unarmed {
             inventory.setItem(firstEmpty, dropStack);
             return true;
         } 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;
         }