Skip to content

Commit

Permalink
fix oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
olebeck committed Jul 22, 2024
1 parent f1d151b commit 09ea863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/proxy/resourcepacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (r *rpHandler) OnResourcePacksInfo(pk *packet.ResourcePacksInfo) error {
case <-r.ctx.Done():
return
}
if slices.Contains(r.packsRequestedFromServer, newPack.UUID()) {
if slices.Contains(r.packsRequestedFromServer, newPack.UUID()+"_"+newPack.Version()) {
r.nextPackToClient <- newPack
}
}
Expand Down

0 comments on commit 09ea863

Please sign in to comment.