mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-14 18:44:48 +02: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:
@@ -304,8 +304,7 @@ public class User extends UserData implements Comparable<User>, IReplyTo
|
|||||||
throw new Exception();
|
throw new Exception();
|
||||||
}
|
}
|
||||||
Method.MethodAccount account = ess.getPaymentMethod().getMethod().getAccount(this.getName());
|
Method.MethodAccount account = ess.getPaymentMethod().getMethod().getAccount(this.getName());
|
||||||
double amount = value - account.balance();
|
account.set(value);
|
||||||
account.(amount);
|
|
||||||
}
|
}
|
||||||
catch (Throwable ex)
|
catch (Throwable ex)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user