1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-11 01:59:14 +01:00

Fix experience reward flag gets lost during MerchantRecipe conversion

This commit is contained in:
blablubbabc 2019-02-22 19:15:59 +01:00 committed by md_5
parent 6430d9c0ba
commit 4e4cde4816

View file

@ -26,6 +26,7 @@ public class CraftMerchantRecipe extends MerchantRecipe {
maxUses,
this
);
this.setExperienceReward(experienceReward);
}
@Override