Check if Vrchat path is stale (#1240)

* Check if Vrchat path is stale

* Check if Vrchat path is stale
This commit is contained in:
HelloHidnf
2025-05-23 18:44:51 +01:00
committed by GitHub
parent 36d9720357
commit c6dc11d9d9

View File

@@ -71,7 +71,7 @@ namespace VRCX
libraryPath = parts[4].Replace("\"", "");
}
if (line.Contains($"\"{appId}\""))
if (line.Contains($"\"{appId}\"") && Directory.Exists(libraryPath))
return libraryPath;
}