Fix privileges of *
This commit is contained in:
@@ -17,6 +17,10 @@ public class DefaultGroupCommand extends PredefinedCommand<DefaultGroupCommand>
|
||||
this.modifiable = modifiable;
|
||||
}
|
||||
|
||||
public DefaultGroupCommand() {
|
||||
this(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected DefaultGroupCommand newModifiableInstance() {
|
||||
return new DefaultGroupCommand(true);
|
||||
|
||||
Reference in New Issue
Block a user