1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

[trunk]missed a rouge $

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1360 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
ementalo
2011-05-07 10:58:51 +00:00
parent f4d0f5b672
commit 609a2e6171

View File

@@ -113,7 +113,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo
return;
}
setMoney(getMoney() - value);
sendMessage("§c$" + Util.formatCurrency(value) + " has been taken from your account.");
sendMessage("§c" + Util.formatCurrency(value) + " has been taken from your account.");
}
public void charge(String cmd) throws Exception