From ad134414375e5dba14d3b32b413f856373bc6c69 Mon Sep 17 00:00:00 2001 From: maru Date: Sat, 13 Jan 2024 18:43:29 -0500 Subject: [PATCH] Title consistency --- src/player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player.cpp b/src/player.cpp index d923eaf79..5805f3b30 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -732,7 +732,7 @@ void Player::CreateGameObjects() { std::stringstream title; if (!game_title.empty()) { Output::Debug("Loading game {}", game_title); - title << game_title << " - "; + title << game_title << " Online - "; Input::AddRecordingData(Input::RecordingData::GameTitle, game_title); } else { Output::Debug("Could not read game title.");