0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 17:10:44 -05:00

remove early return from tag check

This commit is contained in:
IsWaffle 2023-11-26 11:27:29 -05:00
parent d32956ea36
commit 2260999735

View File

@ -34,7 +34,6 @@ namespace Aki.Launcher.Models.Aki
AkiVersion = versionInfo[0];
Tag = versionInfo[1];
return;
}
string[] splitVersion = AkiVersion.Split('.');