Command manager already a parent class field

This commit is contained in:
Ben Woo 2023-08-27 13:48:03 +08:00
parent 39c702a5fc
commit e06536acd6
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8

View File

@ -48,7 +48,6 @@ public class DumpsCommand extends MultiverseCommand {
private final MVCoreConfig config;
private final MultiverseCore plugin;
private final MVWorldManager worldManager;
private final MVCommandManager commandManager;
@Inject
public DumpsCommand(@NotNull MVCommandManager commandManager,
@ -59,7 +58,6 @@ public class DumpsCommand extends MultiverseCommand {
this.config = config;
this.plugin = plugin;
this.worldManager = worldManager;
this.commandManager = commandManager;
registerFlagGroup(CommandFlagGroup.builder("mvdumps")
.add(CommandFlag.builder("--pastebincom")