mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Fixed last minute screw up.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1318 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
ed96ae495b
commit
2e3841cbdd
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ public class EcoAPI
|
|||
}
|
||||
return;
|
||||
}
|
||||
User user = usrConv(name);
|
||||
double result = user.getMoney() + money;
|
||||
user.setMoney(result);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue