mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Register v0.6
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1457 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
fa963505e8
commit
7686e04b69
1 changed files with 1 additions and 2 deletions
|
@ -304,8 +304,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo
|
|||
throw new Exception();
|
||||
}
|
||||
Method.MethodAccount account = ess.getPaymentMethod().getMethod().getAccount(this.getName());
|
||||
double amount = value - account.balance();
|
||||
account.(amount);
|
||||
account.set(value);
|
||||
}
|
||||
catch (Throwable ex)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue