mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-04-07 12:46:30 +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();
|
||||
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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user