0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 16:50:43 -05:00

remove early return from tag check

This commit is contained in:
IsWaffle 2023-11-26 11:27:29 -05:00
parent 886a516ac0
commit ac32d4e354

View File

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