mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:37:22 +01:00
Fixes names not updating on Pet Nicknames restart (#79)
This commit is contained in:
parent
953ff065b1
commit
c1515fc566
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue