mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-18 20:41:37 +02:00
Don't need built in command logger anymore.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user