fix formatting

This commit is contained in:
Matt Worzala 2021-01-02 07:03:39 -05:00
parent 720422c031
commit dc4d7d63e2
No known key found for this signature in database
GPG Key ID: 046D16088BA8F7DD

View File

@ -405,7 +405,7 @@ public class Inventory implements InventoryModifier, InventoryClickHandler, View
}
if (isInWindow) {
setItemStack(slot, clickResult.getClicked());
setItemStack(slot, clickResult.getClicked());
} else {
playerInventory.setItemStack(slot, offset, clickResult.getClicked());
}