add vanity uid to UI

This commit is contained in:
Stanley Dimant
2022-08-25 01:26:23 +02:00
parent 258d19711a
commit cbe45a8ad6
3 changed files with 13 additions and 12 deletions

View File

@@ -422,7 +422,7 @@ public class CachedPlayer
Logger.Debug($"Player {PlayerName} changed, PenumbraRedraw is {RequestedPenumbraRedraw}");
if (!RequestedPenumbraRedraw && PlayerCharacter is not null)
{
_currentCharacterEquipment.HasUnprocessedUpdate = false;
_currentCharacterEquipment!.HasUnprocessedUpdate = false;
Logger.Debug($"Saving new Glamourer data");
_lastGlamourerData = _ipcManager.GlamourerGetCharacterCustomization(PlayerCharacter!);
}