mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 21:43:41 +00:00
More cleanup
This commit is contained in:
parent
3d29248ace
commit
1abacf00df
32 changed files with 83 additions and 78 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue