From d1e6d75d70b33761c99d7312f3a369d4c8425032 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 31 May 2025 10:04:09 -0700 Subject: [PATCH] fix TethVer detection hack --- src/SendCommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SendCommands.cc b/src/SendCommands.cc index fba1cc6b..5b8228ab 100644 --- a/src/SendCommands.cc +++ b/src/SendCommands.cc @@ -645,7 +645,7 @@ void send_client_init_bb(shared_ptr c, uint32_t error_code) { cmd.player_tag = 0x00010000; cmd.guild_card_number = c->login->account->account_id; cmd.security_token = team ? team->team_id : 0; - cmd.client_config.clear(0xFF); + cmd.client_config = c->bb_client_config; cmd.can_create_team = 1; cmd.episode_4_unlocked = 1;