fix bug that causes long char names to disappear on BB

This commit is contained in:
Martin Michelsen
2023-11-25 12:28:36 -08:00
parent 10e5dc4708
commit b5dbf25254
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -3284,7 +3284,6 @@ static void on_E5_BB(shared_ptr<Client> c, uint16_t, uint32_t, string& data) {
return;
}
}
c->log.info("Cleared dressing room flag for account");
send_approve_player_choice_bb(c);
}
+1
View File
@@ -641,6 +641,7 @@ void send_complete_player_bb(shared_ptr<Client> c) {
if (team) {
cmd.system_file.team_membership = team->membership_for_member(c->license->serial_number);
}
cmd.char_file.disp.play_time = 0;
send_command_t(c, 0x00E7, 0x00000000, cmd);
}