Skip to content

Commit

Permalink
Merge pull request #4 from PlayerSchark/patch-2
Browse files Browse the repository at this point in the history
3rd party client crash
  • Loading branch information
Owen1212055 authored Oct 29, 2023
2 parents 7ac3b34 + 9b8bf8c commit f39f499
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public Packet<?> initialSpawnPacket() {
));
Packet<ClientGamePacketListener> syncData = syncDataPacket();
ClientboundSetEntityDataPacket afterCreateData = new ClientboundSetEntityDataPacket(this.customName.getNametagId(), List.of(
ofData(DataAccessors.DATA_HEIGHT_ID, 99999999f)
ofData(DataAccessors.DATA_HEIGHT_ID, 511f)
));

return new ClientboundBundlePacket(List.of(
Expand Down

0 comments on commit f39f499

Please sign in to comment.