13
0
geforkt von Mirrors/Paper

Fix experience reward flag gets lost during MerchantRecipe conversion

By: blablubbabc <lukas@wirsindwir.de>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2019-02-22 19:15:59 +01:00
Ursprung da599af692
Commit ae98c2723b

Datei anzeigen

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