Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Aug 28, 2024
1 parent 5c1a862 commit 2f0bcfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected ItemStackRequestAction readRequestActionData(ByteBuf byteBuf, ItemStac
case CRAFT_REPAIR_AND_DISENCHANT:
return new CraftGrindstoneAction(VarInts.readUnsignedInt(byteBuf), 0, VarInts.readInt(byteBuf));
case CRAFT_LOOM:
return new CraftLoomAction(this.readString(byteBuf));
return new CraftLoomAction(this.readString(byteBuf), 0);
default:
return super.readRequestActionData(byteBuf, type);
}
Expand Down

0 comments on commit 2f0bcfa

Please sign in to comment.