Rename ServiceManagerA.

This commit is contained in:
Ottermandias 2024-03-19 18:30:00 +01:00
parent 02f2bf1bc1
commit a6e08a1865
2 changed files with 4 additions and 6 deletions

View file

@ -51,7 +51,7 @@ public class Penumbra : IDalamudPlugin
{
try
{
_services = ServiceManagerA.CreateProvider(this, pluginInterface, Log);
_services = StaticServiceManager.CreateProvider(this, pluginInterface, Log);
Messager = _services.GetService<MessageService>();
_validityChecker = _services.GetService<ValidityChecker>();
_services.EnsureRequiredServices();