i should prefer boolean to Boolean.

This commit is contained in:
KHobbits 2012-06-11 00:08:31 +01:00
parent 2e15de483d
commit aa1205f42d
2 changed files with 2 additions and 2 deletions

View file

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