Fixed /points showing buy discount instead of sell
This commit is contained in:
parent
640aed9a48
commit
cd7fa945bb
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user