working on GroupList

This commit is contained in:
Zoe Fenris
2024-06-30 13:51:25 +02:00
parent ba1c445183
commit b56fd8240e
2 changed files with 42 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ public partial class CharacterListControl : UserControl
if (group != null)
listItem[2] = group.Name;
else
listItem[2] = character.Owner;
listItem[2] = character.Owner!.Name;
}
private Character? GetSelectedChar()