mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-16 02:59:24 +02: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