mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-27 11:38:03 +01:00
fix formatting
This commit is contained in:
parent
720422c031
commit
dc4d7d63e2
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user