mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 00:04:14 +01:00
adjust for new penumbra
This commit is contained in:
parent
1125077be3
commit
66c957093c
4 changed files with 9 additions and 10 deletions
|
|
@ -174,9 +174,8 @@ namespace MareSynchronos.UI
|
|||
}
|
||||
|
||||
bool textIsUid = true;
|
||||
var playerText = entry.OtherUID;
|
||||
_showUidForEntry.TryGetValue(entry.OtherUID, out bool showUidInsteadOfName);
|
||||
if (!showUidInsteadOfName && _configuration.GetCurrentServerUidComments().TryGetValue(entry.OtherUID, out playerText))
|
||||
if (!showUidInsteadOfName && _configuration.GetCurrentServerUidComments().TryGetValue(entry.OtherUID, out var playerText))
|
||||
{
|
||||
if (playerText.IsNullOrEmpty())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue