Refactored using IntelliJ
This commit is contained in:
@@ -17,7 +17,8 @@ import java.util.Scanner;
|
||||
|
||||
public class Main {
|
||||
public static final CommandPermission PERMISSION_ALL = new CommandPermission("all", 1);
|
||||
private static final CommandExecutor commandExecutor = new CommandExecutor("WebServer", PERMISSION_ALL) {};
|
||||
private static final CommandExecutor commandExecutor = new CommandExecutor("WebServer", PERMISSION_ALL) {
|
||||
};
|
||||
|
||||
@Getter
|
||||
private static CommandManager commandManager;
|
||||
|
||||
Reference in New Issue
Block a user