Skip to content

Commit

Permalink
feat: fetch protocol lib's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Nov 23, 2024
1 parent f821420 commit 6b39dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/org/allaymc/api/pack/Pack.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public ResourcePackChunkDataPacket getChunkDataPacket(int chunkIndex) {

public ResourcePacksInfoPacket.Entry toEntryInfo() {
return new ResourcePacksInfoPacket.Entry(
this.getId().toString(),
this.getId(),
this.getStringVersion(),
this.getSize(),
this.getContentKey(),
Expand Down

0 comments on commit 6b39dad

Please sign in to comment.