Fixes names not updating on Pet Nicknames restart (#79)

This commit is contained in:
Amber
2024-09-13 00:19:41 +02:00
committed by Loporrit
parent ca6f963d0f
commit 5642d354e0
3 changed files with 9 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ public sealed class IpcCallerPetNames : IIpcCaller
private void OnPetNicknamesReady()
{
CheckAPI();
_mareMediator.Publish(new PetNamesReadyMessage());
}
private void OnPetNicknamesDispose()