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

This commit is contained in:
Amber
2025-02-16 04:21:02 +00:00
committed by Loporrit
parent ca6f963d0f
commit 5642d354e0
3 changed files with 9 additions and 0 deletions
@@ -68,6 +68,7 @@ public sealed class IpcCallerPetNames : IIpcCaller
private void OnPetNicknamesReady()
{
CheckAPI();
_mareMediator.Publish(new PetNamesReadyMessage());
}
private void OnPetNicknamesDispose()