mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 11:56:07 +00:00
Merge pull request #242 from vu1p3n0x/master
Access to CommandManager registration with parent
This commit is contained in:
commit
8518f371b2
@ -135,7 +135,7 @@ public abstract class CommandsManager<T> {
|
||||
* @param parent
|
||||
* @return Commands Registered
|
||||
*/
|
||||
private List<Command> registerMethods(Class<?> cls, Method parent) {
|
||||
public List<Command> registerMethods(Class<?> cls, Method parent) {
|
||||
try {
|
||||
if (getInjector() == null) {
|
||||
return registerMethods(cls, parent, null);
|
||||
|
Loading…
Reference in New Issue
Block a user