Fixed /points showing buy discount instead of sell

This commit is contained in:
Teriuihi 2022-03-15 00:26:24 +01:00
parent 640aed9a48
commit cd7fa945bb

View File

@ -47,7 +47,7 @@ public class CommandPoints extends SubCommand {
Template.template("villager_type", VillagerType.getVillagerType(key).getDisplayName()),
Template.template("points", String.valueOf(currentPoints)),
Template.template("buy_multiplier", String.valueOf(Price.getCurrentMultiplier(currentPoints, true))),
Template.template("sell_multiplier", String.valueOf(Price.getCurrentMultiplier(currentPoints, true)))
Template.template("sell_multiplier", String.valueOf(Price.getCurrentMultiplier(currentPoints, false)))
)));
});
} else if (args.length == 2){