2
0
T00thpick1 12 жил өмнө
parent
commit
c85bd8ab70

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

@@ -84,11 +84,9 @@ public class Unarmed {
             dropStack.setAmount(dropAmount);
             inventory.setItem(firstEmpty, dropStack);
             return true;
-        } else {
-            drop.remove();
-            return true;
         }
 
-        return false;
+        drop.remove();
+        return true;
     }
 }