diff --git a/src/ReceiveCommands.cc b/src/ReceiveCommands.cc index 517dbb70..65c72cbe 100644 --- a/src/ReceiveCommands.cc +++ b/src/ReceiveCommands.cc @@ -1123,7 +1123,7 @@ void process_player_data(shared_ptr s, shared_ptr c, if (!failure) { send_text_message_printf(c, - "$C6PSOBB player data saved\nas player %hhu for user\n%s", + "$C6BB player data saved\nas player %hhu for user\n%s", static_cast(c->pending_bb_save_player_index + 1), c->pending_bb_save_username.c_str()); }