remove irrelevant comment

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

View File

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