CallEvents.SERVER_EXTENSION_REGISTER call

This commit is contained in:
Rsl1122 2019-03-31 12:36:57 +03:00
parent adb0a93713
commit 4fe85d95ed

View File

@ -94,6 +94,8 @@ public class ExtensionServiceImplementation implements ExtensionService {
gatherer.storeExtensionInformation();
extensionGatherers.put(pluginName, gatherer);
updateServerValues(gatherer, CallEvents.SERVER_EXTENSION_REGISTER);
logger.getDebugLogger().logOn(DebugChannels.DATA_EXTENSIONS, pluginName + " extension registered.");
return Optional.of(new CallerImplementation(gatherer, this));
}