Skip to content

Commit

Permalink
fix va
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelrau committed Jul 16, 2024
1 parent 486b09f commit f748758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/component/party.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ namespace party
auto* hardcore = game::Dvar_FindVar("g_hardcore");
if (hardcore)
{
command::execute(utils::string::va("seta ui_hardcore %s", hardcore->current.enabled), true);
command::execute(utils::string::va("seta ui_hardcore %d", hardcore->current.enabled), true);
}

perform_game_initialization();
Expand Down

0 comments on commit f748758

Please sign in to comment.