mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-01 05:18:00 +01:00
ConfigManager: add getActionFactoryFactory to allow proxies.
This commit is contained in:
parent
0fc7234d91
commit
cfc9f32387
@ -131,6 +131,10 @@ public class ConfigManager {
|
||||
config.regenerateActionLists();
|
||||
}
|
||||
}
|
||||
|
||||
public static ActionFactoryFactory getActionFactoryFactory(){
|
||||
return actionFactoryFactory;
|
||||
}
|
||||
|
||||
/**
|
||||
* Cleanup.
|
||||
|
Loading…
Reference in New Issue
Block a user