mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-28 03:57:50 +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) {
|
if (isInWindow) {
|
||||||
setItemStack(slot, clickResult.getClicked());
|
setItemStack(slot, clickResult.getClicked());
|
||||||
} else {
|
} else {
|
||||||
playerInventory.setItemStack(slot, offset, clickResult.getClicked());
|
playerInventory.setItemStack(slot, offset, clickResult.getClicked());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user