Parcourir la source

Would help if I actualized the value... Fix dupe bug for realz

T00thpick1 il y a 12 ans
Parent
commit
d1341b0be0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/main/java/com/gmail/nossr50/skills/unarmed/Unarmed.java

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

@@ -82,6 +82,7 @@ public class Unarmed {
         }
 
         dropStack.setAmount(dropAmount); // Even when only partially finished we need to prevent dupes
+        drop.setItemStack(dropStack);
 
         return false;
     }