diff --git a/Dotnet/AppApi/Electron/Folders.cs b/Dotnet/AppApi/Electron/Folders.cs index b080cc7b..4a1ba3f3 100644 --- a/Dotnet/AppApi/Electron/Folders.cs +++ b/Dotnet/AppApi/Electron/Folders.cs @@ -49,10 +49,10 @@ namespace VRCX { if (!File.Exists(libraryFoldersVdfPath)) return null; - + + string? libraryPath = null; foreach (var line in File.ReadLines(libraryFoldersVdfPath)) - { - string? libraryPath = null; + { // Assumes line will be \t\t"path"\t\t"pathToLibrary" if (line.Contains("\"path\"")) { @@ -228,4 +228,4 @@ namespace VRCX return string.Empty; } } -} \ No newline at end of file +}