mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
correct zPermissions migration logging tag
This commit is contained in:
parent
c36b0d2975
commit
cb63b321d0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user