mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-17 15:28:47 +01:00
Minor fixes
This commit is contained in:
@@ -136,6 +136,9 @@ public abstract class Command<E extends CommandCaller> extends CommandManager {
|
||||
}
|
||||
|
||||
final public Argument<?>[] getRequiredArguments() {
|
||||
if (this.requiredArguments == null) {
|
||||
return new Argument<?>[0];
|
||||
}
|
||||
return this.requiredArguments;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user