diff --git a/Dotnet/AppApi/Electron/Folders.cs b/Dotnet/AppApi/Electron/Folders.cs index 66120fc8..56c0f46a 100644 --- a/Dotnet/AppApi/Electron/Folders.cs +++ b/Dotnet/AppApi/Electron/Folders.cs @@ -71,7 +71,7 @@ namespace VRCX libraryPath = parts[4].Replace("\"", ""); } - if (line.Contains($"\"{appId}\"")) + if (line.Contains($"\"{appId}\"") && Directory.Exists(libraryPath)) return libraryPath; }