Cleans up a bit and changes to compile for java 16 and spigot 1.17
This commit is contained in:
@ -12,7 +12,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
*/
|
||||
public class CommandReload implements CommandExecutor {
|
||||
|
||||
private Stargate plugin;
|
||||
private final Stargate plugin;
|
||||
|
||||
/**
|
||||
* Instantiates the reload command
|
||||
|
@ -15,7 +15,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
*/
|
||||
public class CommandStarGate implements CommandExecutor {
|
||||
|
||||
private Stargate plugin;
|
||||
private final Stargate plugin;
|
||||
|
||||
/**
|
||||
* Instantiates the stargate command
|
||||
|
Reference in New Issue
Block a user