mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 13:37:44 +01:00
Force ChangeCustomizeService to reapply hooks when Penumbra is reloaded.
This commit is contained in:
parent
e9a4e8fa1b
commit
b1db737586
4 changed files with 55 additions and 9 deletions
|
|
@ -70,7 +70,8 @@ public static class ServiceManager
|
|||
.AddSingleton<ObjectUnlocked>()
|
||||
.AddSingleton<TabSelected>()
|
||||
.AddSingleton<MovedEquipment>()
|
||||
.AddSingleton<GPoseService>();
|
||||
.AddSingleton<GPoseService>()
|
||||
.AddSingleton<PenumbraReloaded>();
|
||||
|
||||
private static IServiceCollection AddData(this IServiceCollection services)
|
||||
=> services.AddSingleton<IdentifierService>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue