Skip to content

Commit

Permalink
Fix 1.19.3->1.19.1 entity sound packet (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmid-23 committed Jun 15, 2023
1 parent 4627142 commit 4a308f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ protected void registerPackets() {
}

wrapper.write(Type.VAR_INT, mappedId);
return;
}

// Convert the resource location to the corresponding integer id
Expand Down

0 comments on commit 4a308f9

Please sign in to comment.