geforkt von Mirrors/FastAsyncWorldEdit
Merge pull request #242 from vu1p3n0x/master
Access to CommandManager registration with parent
Dieser Commit ist enthalten in:
Commit
8518f371b2
@ -135,7 +135,7 @@ public abstract class CommandsManager<T> {
|
|||||||
* @param parent
|
* @param parent
|
||||||
* @return Commands Registered
|
* @return Commands Registered
|
||||||
*/
|
*/
|
||||||
private List<Command> registerMethods(Class<?> cls, Method parent) {
|
public List<Command> registerMethods(Class<?> cls, Method parent) {
|
||||||
try {
|
try {
|
||||||
if (getInjector() == null) {
|
if (getInjector() == null) {
|
||||||
return registerMethods(cls, parent, null);
|
return registerMethods(cls, parent, null);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren