Skip to content

Commit

Permalink
Fix incorrect mapping in PacketByteBuf
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Aug 5, 2023
1 parent ddd1906 commit c9b86e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/network/PacketByteBuf.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ CLASS net/minecraft/class_2540 net/minecraft/network/PacketByteBuf
ARG 2 charset
METHOD writeDouble (D)Lio/netty/buffer/ByteBuf;
ARG 1 value
METHOD writeFloat method_52941 (F)Lio/netty/buffer/ByteBuf;
METHOD writeFloat (F)Lio/netty/buffer/ByteBuf;
ARG 1 value
METHOD writeInt (I)Lio/netty/buffer/ByteBuf;
ARG 1 value
Expand Down

0 comments on commit c9b86e0

Please sign in to comment.