mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:27:21 +01:00
test version for .net6/dalamudapi7
This commit is contained in:
parent
61d6458707
commit
0d3fbc245b
6 changed files with 15 additions and 14 deletions
|
|
@ -167,7 +167,7 @@ namespace MareSynchronos.UI
|
|||
_showUidForEntry.TryGetValue(entry.OtherUID, out var showUidInsteadOfName);
|
||||
if (!showUidInsteadOfName && _configuration.GetCurrentServerUidComments().TryGetValue(entry.OtherUID, out var playerText))
|
||||
{
|
||||
if (playerText.IsNullOrEmpty())
|
||||
if (string.IsNullOrEmpty(playerText))
|
||||
{
|
||||
playerText = entry.OtherUID;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue