Fix SWCommand localArguments
Dieser Commit ist enthalten in:
Ursprung
c1e7fdbb1d
Commit
56c3e730a9
@ -136,7 +136,7 @@ public abstract class SWCommand {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
commandSet.add(new SubCommand(this, method, anno.value()));
|
commandSet.add(new SubCommand(this, method, anno.value(), localTypeMapper));
|
||||||
});
|
});
|
||||||
|
|
||||||
this.commandSet.sort((o1, o2) -> {
|
this.commandSet.sort((o1, o2) -> {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren