mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Don't need built in command logger anymore.
This commit is contained in:
parent
4015351c85
commit
a4353bc8f2
1 changed files with 0 additions and 1 deletions
|
@ -330,7 +330,6 @@ public class Essentials extends JavaPlugin implements IEssentials
|
||||||
if (sender instanceof Player)
|
if (sender instanceof Player)
|
||||||
{
|
{
|
||||||
user = getUser(sender);
|
user = getUser(sender);
|
||||||
LOGGER.log(Level.INFO, String.format("[PLAYER_COMMAND] %s: /%s %s ", ((Player)sender).getName(), commandLabel, EssentialsCommand.getFinalArg(args, 0)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// New mail notification
|
// New mail notification
|
||||||
|
|
Loading…
Reference in a new issue