Răsfoiți Sursa

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

T00thpick1 12 ani în urmă
părinte
comite
d1341b0be0

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