Skip to content

Commit

Permalink
Title consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
patapancakes committed Jan 13, 2024
1 parent bd852bb commit ad13441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit ad13441

Please sign in to comment.