fix bug that causes long char names to disappear on BB
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user