rough impl of FSW, goodbye periodic filescan
This commit is contained in:
@@ -142,7 +142,6 @@ public class MarePlugin : MediatorSubscriberBase, IHostedService
|
||||
Mediator.Publish(new SwitchToIntroUiMessage());
|
||||
return;
|
||||
}
|
||||
_runtimeServiceScope.ServiceProvider.GetRequiredService<PeriodicFileScanner>().StartScan();
|
||||
_runtimeServiceScope.ServiceProvider.GetRequiredService<CacheCreationService>();
|
||||
_runtimeServiceScope.ServiceProvider.GetRequiredService<TransientResourceManager>();
|
||||
_runtimeServiceScope.ServiceProvider.GetRequiredService<OnlinePlayerManager>();
|
||||
|
||||
Reference in New Issue
Block a user