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);
}