Add some extra console output to the debug command

This commit is contained in:
Luck 2016-09-10 14:35:12 +01:00
parent 31884ea59d
commit 7ca394d7b9
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -38,6 +38,7 @@ public class DebugCommand extends SingleMainCommand {
@Override
protected CommandResult execute(LuckPermsPlugin plugin, Sender sender, List<String> args, String label) {
plugin.getLog().info(sender.getName() + " used the debug command.");
Message.DEBUG.send(sender,
plugin.getPlayerCount(),
plugin.getUserManager().getAll().size(),