mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 21:22:09 +00: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:
parent
0f2b3521b4
commit
1c68dde4a8
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setMoney(getMoney() - value);
|
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
|
public void charge(String cmd) throws Exception
|
||||||
|
|
Loading…
Reference in a new issue