Skip to content

Commit

Permalink
UDOC-0 - Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
telvarost committed Apr 4, 2024
1 parent 0ed6c2c commit 91de4fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ private void inventoryTweaks_keyPressed(char character, int keyCode, CallbackInf
if (Config.INVENTORY_TWEAKS_CONFIG.MODERN_MINECRAFT_CONFIG.NumKeyHotbarSwap) {
if (keyCode >= Keyboard.KEY_1 && keyCode <= Keyboard.KEY_9) {
if ( (null != this.container.slots)
&& (10 <= this.container.slots.size())
&& (10 <= this.container.slots.size())
) {
if (this.minecraft.player.inventory.getCursorItem() == null) {
this.minecraft.interactionManager.clickSlot(this.container.currentContainerId, slot.id, 0, false, this.minecraft.player);
Expand Down

0 comments on commit 91de4fc

Please sign in to comment.