Explorar el Código

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

T00thpick1 hace 12 años
padre
commit
d1341b0be0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
     }