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

This commit is contained in:
T00thpick1 2013-08-04 11:05:53 -04:00
parent 4ea3d690db
commit d1341b0be0

View File

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