mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +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("\"", "");
|
libraryPath = parts[4].Replace("\"", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (line.Contains($"\"{appId}\""))
|
if (line.Contains($"\"{appId}\"") && Directory.Exists(libraryPath))
|
||||||
return libraryPath;
|
return libraryPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user