mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-15 12:53:51 +02:00
Check if Vrchat path is stale (#1240)
* Check if Vrchat path is stale * Check if Vrchat path is stale
This commit is contained in:
@@ -71,7 +71,7 @@ namespace VRCX
|
||||
libraryPath = parts[4].Replace("\"", "");
|
||||
}
|
||||
|
||||
if (line.Contains($"\"{appId}\""))
|
||||
if (line.Contains($"\"{appId}\"") && Directory.Exists(libraryPath))
|
||||
return libraryPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user