1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 09:43:00 +01:00

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
drop.setItemStack(dropStack);
return false;
}