Skip to content

Commit

Permalink
Merge Fix switching to build 1604 (mr-450)
Browse files Browse the repository at this point in the history
e649966 - fix(game/five): fix switching to build 1604
  • Loading branch information
prikolium-cfx committed Jul 24, 2024
2 parents 49ad65c + e649966 commit e8e1554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/client/shared/XBRInit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ int GetGameBuildInit()

auto sharedData = CfxState::Get();
std::wstring_view cli = (sharedData->initCommandLine[0]) ? sharedData->initCommandLine : GetCommandLineW();
auto buildNumber = std::get<1>(buildNumbers[std::size(buildNumbers) - 1]);
auto buildNumber = 1604;

for (auto [build, number] : buildNumbers)
{
Expand Down

0 comments on commit e8e1554

Please sign in to comment.