remove getter for LastMinecraftProfilePath config option

This commit is contained in:
2025-11-28 09:00:33 +01:00
parent eaaca4ddb8
commit 035d2eeb9b

View File

@@ -12,7 +12,6 @@ public class AppConfig : ISettingsNode, ISettingsIdentifier
[JsonProperty, Obsolete]
private string? LastMinecraftProfilePath
{
get => RecentMinecraftProfilePaths.FirstOrDefault();
set
{
if (!string.IsNullOrWhiteSpace(value))