mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:07:22 +01:00
rework/cleanup of onlineplayermanager
This commit is contained in:
parent
34ce634ff6
commit
566a71e49b
10 changed files with 118 additions and 103 deletions
|
|
@ -148,7 +148,7 @@ public class MarePlugin : MediatorSubscriberBase, IHostedService
|
|||
}
|
||||
_runtimeServiceScope.ServiceProvider.GetRequiredService<CacheCreationService>();
|
||||
_runtimeServiceScope.ServiceProvider.GetRequiredService<TransientResourceManager>();
|
||||
_runtimeServiceScope.ServiceProvider.GetRequiredService<OnlinePlayerManager>();
|
||||
_runtimeServiceScope.ServiceProvider.GetRequiredService<VisibleUserDataDistributor>();
|
||||
_runtimeServiceScope.ServiceProvider.GetRequiredService<NotificationService>();
|
||||
|
||||
#if !DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue