/balance in console for offline users

This commit is contained in:
snowleo 2011-07-15 20:06:34 +02:00
parent 7e65038ae7
commit cecb9867d9

View File

@ -20,7 +20,7 @@ public class Commandbalance extends EssentialsCommand
{ {
throw new NotEnoughArgumentsException(); throw new NotEnoughArgumentsException();
} }
sender.sendMessage(Util.format("balance", Util.formatCurrency(getPlayer(server, args, 0).getMoney()))); sender.sendMessage(Util.format("balance", Util.formatCurrency(getPlayer(server, args, 0, true).getMoney())));
} }
@Override @Override