More cleanup

This commit is contained in:
KHobbits 2013-07-07 13:02:40 +01:00
parent 3d29248ace
commit 1abacf00df
32 changed files with 83 additions and 78 deletions

View file

@ -41,7 +41,7 @@ public class Commandext extends EssentialsCommand
throw new PlayerNotFoundException();
}
extinguishPlayers(server, user, args[0]);
extinguishPlayers(server, user.getBase(), args[0]);
}
private void extinguishPlayers(final Server server, final CommandSender sender, final String name) throws Exception