mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-09-15 09:15:35 +02: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