1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 11:22:33 +02:00

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

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(),