mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-01-21 15:15:05 +01:00
Cleanup - fixing various formatting issues
This commit is contained in:
@@ -43,7 +43,7 @@ public class Unarmed {
|
||||
|
||||
ItemStack addStack = itemstack.clone();
|
||||
|
||||
if (dropAmount + itemAmount <= itemMax) {
|
||||
if (dropAmount + itemAmount <= itemMax) {
|
||||
drop.remove();
|
||||
addStack.setAmount(dropAmount + itemAmount);
|
||||
inventory.setItem(nextSlot, addStack);
|
||||
|
||||
Reference in New Issue
Block a user