mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 21:47:44 +01:00
Update ObjectManager
This commit is contained in:
parent
eab1352340
commit
02fc8452d2
10 changed files with 57 additions and 75 deletions
|
|
@ -30,7 +30,7 @@ public class Glamourer : IDalamudPlugin
|
|||
{
|
||||
try
|
||||
{
|
||||
_services = ServiceManagerA.CreateProvider(pluginInterface, Log);
|
||||
_services = StaticServiceManager.CreateProvider(pluginInterface, Log);
|
||||
Messager = _services.GetService<MessageService>();
|
||||
_services.EnsureRequiredServices();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue