mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
i should prefer boolean to Boolean.
This commit is contained in:
parent
2e15de483d
commit
aa1205f42d
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ public class Commandpay extends EssentialsCommand
|
|||
|
||||
double amount = Double.parseDouble(args[1].replaceAll("[^0-9\\.]", ""));
|
||||
|
||||
Boolean foundUser = false;
|
||||
boolean foundUser = false;
|
||||
for (Player p : server.matchPlayer(args[0]))
|
||||
{
|
||||
User u = ess.getUser(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue