mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
note
This commit is contained in:
parent
1cb0e3a561
commit
d27e3aafbd
@ -42,7 +42,7 @@ public final class PluginHook <T extends Class> {
|
||||
protected final String plugin;
|
||||
protected final Class managerClass;
|
||||
protected static Map<Class, PluginHook> hooks;
|
||||
protected Constructor pluginConstructor;
|
||||
protected Constructor pluginConstructor; // for passing the plugin loading the hook to the plugin hook
|
||||
|
||||
private PluginHook(T type, String pluginName, Class handler) {
|
||||
if (!Hook.class.isAssignableFrom(handler)) {
|
||||
|
Loading…
Reference in New Issue
Block a user