bugfixes and Doc
This commit is contained in:
@@ -14,7 +14,7 @@ namespace BeatSaber_Versions.controller.helper
|
||||
String f = @"C:\Program Files (x86)\Steam\steamapps\libraryfolders.vdf";
|
||||
String basicBeatSaberPath = "";
|
||||
|
||||
if (File.Exists(f))
|
||||
if (File.Exists(f))
|
||||
{
|
||||
dynamic steam = VdfConvert.Deserialize(File.ReadAllText(f));
|
||||
dynamic libs = steam.Value;
|
||||
@@ -38,7 +38,7 @@ namespace BeatSaber_Versions.controller.helper
|
||||
Console.Write(game);
|
||||
if (game.Key == "620980")
|
||||
{
|
||||
basicBeatSaberPath = $"{path}\\Beat Saber";
|
||||
basicBeatSaberPath = $"{path}\\steamapps\\common\\Beat Saber";
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user