Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #250 from ThatKawaiiAllen/master
Browse files Browse the repository at this point in the history
1.7 EntityStatus Packet Patch
  • Loading branch information
John authored Apr 27, 2019
2 parents 33a8c43 + fe829b1 commit 8b5c158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public enum Protocol
);
TO_CLIENT.registerPacket(
EntityStatus.class,
map( ProtocolConstants.MINECRAFT_1_8, 0x1A ),
map( ProtocolConstants.MINECRAFT_1_7_2, 0x1A),
map( ProtocolConstants.MINECRAFT_1_9, 0x1B ),
map( ProtocolConstants.MINECRAFT_1_13, 0x1C ),
map( ProtocolConstants.MINECRAFT_1_14, 0x1B )
Expand Down

0 comments on commit 8b5c158

Please sign in to comment.