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:
snowleo 2011-05-14 02:16:47 +00:00
parent fa963505e8
commit 7686e04b69

View file

@ -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)
{ {