Skip to content

Commit

Permalink
fix internal javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Nov 4, 2022
1 parent 5252f70 commit e8312dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/src/main/java/mezz/jei/common/util/CommandUtil.java
Expand Up @@ -63,7 +63,7 @@ public void setHotbarStack(ItemStack itemStack, int hotbarSlot) {
}

/**
* Fallback for when JEI is not on the server, tries to use the /give command
* Fallback for when JEI is not on the server.
* Uses the Creative Inventory Action Packet when in creative, which doesn't require the player to be op.
*/
private static void giveStackVanilla(ItemStack itemStack, int amount) {
Expand Down

0 comments on commit e8312dd

Please sign in to comment.