Fix DefaultLocalPlayerProfile and DefaultProfile conflicting, fix commands, bump IPC version, send Profile.OnUpdate for DefaultProfile and DefaultLocalPlayerProfile
This commit is contained in:
@@ -61,6 +61,7 @@ public class SupportLogBuilderService
|
||||
}
|
||||
sb.AppendLine("**Profiles**");
|
||||
sb.Append($"> **`Default profile: `** {_profileManager.DefaultProfile?.ToString() ?? "None"}\n");
|
||||
sb.Append($"> **`Default local player profile: `** {_profileManager.DefaultLocalPlayerProfile?.ToString() ?? "None"}\n");
|
||||
sb.Append($"> **`Count: `** {_profileManager.Profiles.Count}\n");
|
||||
foreach (var profile in _profileManager.Profiles)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user