Skip to content

Commit 022eff9

Browse files
committed
Whoops! Forgot to actually use the new method.
1 parent 7b8caa3 commit 022eff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModAssistant/Classes/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public static async Task<string> GetVersion()
248248
{
249249
string result = string.Empty;
250250

251-
var versions = await GetVersionsList();
251+
var versions = await GetAllPossibleVersions();
252252

253253
string filename = Path.Combine(App.BeatSaberInstallDirectory, "Beat Saber_Data", "globalgamemanagers");
254254
using (var stream = File.OpenRead(filename))

0 commit comments

Comments
 (0)