mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-06 02:51:32 +01: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
@ -164,6 +164,7 @@ public class EcoAPI
|
||||
}
|
||||
return;
|
||||
}
|
||||
User user = usrConv(name);
|
||||
double result = user.getMoney() + money;
|
||||
user.setMoney(result);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user