mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-10 09:31:51 +01:00
Command manager already a parent class field
This commit is contained in:
parent
39c702a5fc
commit
e06536acd6
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user