Reimplemented profile conversion to V5 using some heuristics based on excel sheets
This commit is contained in:
@@ -134,7 +134,8 @@ public class StateMonitoringTab
|
||||
private void DrawSingleProfile(string prefix, Profile profile)
|
||||
{
|
||||
string name = profile.Name;
|
||||
string characterName = profile.CharacterName;
|
||||
string characterName = profile.Character.Type == Penumbra.GameData.Enums.IdentifierType.Owned ?
|
||||
profile.Character.ToNameWithoutOwnerName() : profile.Character.ToString();
|
||||
|
||||
#if INCOGNIFY_STRINGS
|
||||
name = name.Incognify();
|
||||
|
||||
Reference in New Issue
Block a user