浏览代码

One last try

T00thpick1 12 年之前
父节点
当前提交
3f6bce0fc6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/gmail/nossr50/skills/unarmed/Unarmed.java

+ 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;
         }