Skip to content

Commit

Permalink
Change comment to be more descriptive
Browse files Browse the repository at this point in the history
Co-authored-by: Konicai <[email protected]>
  • Loading branch information
YHDiamond and Konicai authored Jul 9, 2024
1 parent 634c097 commit 7b8a423
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public ItemStackResponse translateCraftingRequest(GeyserSession session, Invento

if (((RecipeItemStackRequestAction) action).getRecipeNetworkId() == InventoryUtils.BOOK_CLONING_RECIPE_ID) {
// Book copying needs to be handled differently
// There's a leftover item
// The original written book is leftover in the crafting grid
return translateBookCopyCraftingRequest(session, inventory, request);
}
break;
Expand Down

0 comments on commit 7b8a423

Please sign in to comment.