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:
parent
d32956ea36
commit
2260999735
@ -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