mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:37:22 +01:00
Merge branch 'petnames'
This commit is contained in:
commit
0522224f21
9 changed files with 205 additions and 3 deletions
|
|
@ -217,6 +217,9 @@ public class PlayerDataFactory
|
|||
{
|
||||
previousData.MoodlesData = await _ipcManager.Moodles.GetStatusAsync(playerRelatedObject.Address).ConfigureAwait(false) ?? string.Empty;
|
||||
_logger.LogDebug("Moodles is now: {moodles}", previousData.MoodlesData);
|
||||
|
||||
previousData.MoodlesData = _ipcManager.PetNames.GetLocalNames();
|
||||
_logger.LogDebug("Pet Nicknames is now: {moodles}", previousData.MoodlesData);
|
||||
}
|
||||
|
||||
if (previousData.FileReplacements.TryGetValue(objectKind, out HashSet<FileReplacement>? fileReplacements))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue