reformat + optimize imports
This commit is contained in:
@@ -40,8 +40,7 @@ public class InventorySimple implements IInventory
|
||||
if (stack.stackSize <= amount)
|
||||
{
|
||||
setInventorySlotContents(slot, null);
|
||||
}
|
||||
else
|
||||
} else
|
||||
{
|
||||
stack = stack.splitStack(amount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user