Skip to content

Commit

Permalink
Merge pull request #619 from KaspianDev/fix-merchantoffers
Browse files Browse the repository at this point in the history
Fix merchant offers always being empty
  • Loading branch information
retrooper committed Nov 10, 2023
2 parents 75dfc63 + 0aaa4f4 commit aec45f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class WrapperPlayServerMerchantOffers extends PacketWrapper<WrapperPlayServerMerchantOffers> {
private int containerId;
private List<MerchantOffer> merchantOffers = new ArrayList<>();
private List<MerchantOffer> merchantOffers;
private int villagerLevel;
private int villagerXp;
private boolean showProgress;
Expand Down

0 comments on commit aec45f1

Please sign in to comment.