Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jun 27, 2024
1 parent f830cce commit da27350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public <P extends IServerPayloadData> void decodeServerData(Identifier channel,
case PACKET_C2S_METADATA_REQUEST -> EntitiesDataProvider.INSTANCE.sendMetadata(player);
case PACKET_C2S_BLOCK_ENTITY_REQUEST -> EntitiesDataProvider.INSTANCE.onBlockEntityRequest(player, packet.getPos());
case PACKET_C2S_ENTITY_REQUEST -> EntitiesDataProvider.INSTANCE.onEntityRequest(player, packet.getEntityId());
case PACKET_S2C_NBT_RESPONSE_DATA ->
case PACKET_C2S_NBT_RESPONSE_DATA ->
{
UUID uuid = player.getUuid();
long readingSessionKey;
Expand Down

0 comments on commit da27350

Please sign in to comment.