mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 17:15:07 +02: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:
@@ -164,6 +164,7 @@ public class EcoAPI
|
||||
}
|
||||
return;
|
||||
}
|
||||
User user = usrConv(name);
|
||||
double result = user.getMoney() + money;
|
||||
user.setMoney(result);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user