Skip to content

Commit

Permalink
Fix #120: Changes to extract amount do not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Sep 17, 2024
1 parent c3d58bd commit 935e1b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static StreamCodec<FriendlyByteBuf, SetInt> codec(Type<SetInt> type) {
ByteBufCodecs.VAR_INT,
SetInt::syncId,
ByteBufCodecs.VAR_INT,
SetInt::syncId,
SetInt::value,
(syncId, value) -> new SetInt(type, syncId, value));
}
}

0 comments on commit 935e1b6

Please sign in to comment.