1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-08 21:30:55 +02:00

correct zPermissions migration logging tag

This commit is contained in:
Luck
2017-03-23 23:18:03 +00:00
committed by GitHub
parent c36b0d2975
commit cb63b321d0

View File

@@ -59,7 +59,7 @@ public class MigrationZPermissions extends SubCommand<Object> {
@Override
public CommandResult execute(LuckPermsPlugin plugin, Sender sender, Object o, List<String> args, String label) throws CommandException {
ProgressLogger log = new ProgressLogger("PermissionManager");
ProgressLogger log = new ProgressLogger("zPermissions");
log.addListener(plugin.getConsoleSender());
log.addListener(sender);