Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
topi-banana committed Jan 25, 2025
1 parent bfcacac commit d67d980
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 @@ private void handleCustomPayload(ServerboundCustomPayloadPacket customPayloadPac
ResourceLocation identifier = ((ServerboundCustomPayloadPacketIMixin) customPayloadPacket).getIdentifier();
FriendlyByteBuf data = ((ServerboundCustomPayloadPacketIMixin) customPayloadPacket).getData();
//?} else {
ResourceLocation identifier = customPayloadPacket.getIdentifier();z
ResourceLocation identifier = customPayloadPacket.getIdentifier();
FriendlyByteBuf data = customPayloadPacket.getData();
//?}
if (identifier.equals(KyoyuPacketPayload.identifier)) {
Expand Down

0 comments on commit d67d980

Please sign in to comment.