mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-04-07 20:55:49 +02:00
CallEvents.SERVER_EXTENSION_REGISTER call
This commit is contained in:
parent
adb0a93713
commit
4fe85d95ed
@ -94,6 +94,8 @@ public class ExtensionServiceImplementation implements ExtensionService {
|
|||||||
gatherer.storeExtensionInformation();
|
gatherer.storeExtensionInformation();
|
||||||
extensionGatherers.put(pluginName, gatherer);
|
extensionGatherers.put(pluginName, gatherer);
|
||||||
|
|
||||||
|
updateServerValues(gatherer, CallEvents.SERVER_EXTENSION_REGISTER);
|
||||||
|
|
||||||
logger.getDebugLogger().logOn(DebugChannels.DATA_EXTENSIONS, pluginName + " extension registered.");
|
logger.getDebugLogger().logOn(DebugChannels.DATA_EXTENSIONS, pluginName + " extension registered.");
|
||||||
return Optional.of(new CallerImplementation(gatherer, this));
|
return Optional.of(new CallerImplementation(gatherer, this));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user