mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Rename ServiceManagerA.
This commit is contained in:
parent
02f2bf1bc1
commit
a6e08a1865
2 changed files with 4 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue