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

This might be important

This commit is contained in:
T00thpick1
2013-08-04 11:38:52 -04:00
parent f37a7d759a
commit e566b20e2b

View File

@@ -80,6 +80,7 @@ public class Unarmed {
nextSlot++;
}
} else if (firstEmpty != -1) {
drop.remove();
dropStack.setAmount(dropAmount);
inventory.setItem(firstEmpty, dropStack);
return true;