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 GitHub
parent 953ff065b1
commit c1515fc566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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()