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:
parent
886a516ac0
commit
ac32d4e354
@ -34,7 +34,6 @@ namespace Aki.Launcher.Models.Aki
|
||||
AkiVersion = versionInfo[0];
|
||||
|
||||
Tag = versionInfo[1];
|
||||
return;
|
||||
}
|
||||
|
||||
string[] splitVersion = AkiVersion.Split('.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user