mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-03 21:15:27 +02:00
Fix scripting
This commit is contained in:
@@ -59,6 +59,9 @@ public abstract class Command {
|
||||
this.required = required;
|
||||
this.category = cat;
|
||||
this.aliases = Arrays.asList(id);
|
||||
if (this.parent != null) {
|
||||
this.parent.register(this);
|
||||
}
|
||||
}
|
||||
|
||||
public Command(Command parent, boolean isStatic) {
|
||||
|
Reference in New Issue
Block a user