Skip to content

Commit

Permalink
MP Join Game: fixed reserved player name not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 13, 2018
1 parent d8e0d4c commit 7a1b918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/multiplayer/mp_join_game.cpp
Expand Up @@ -246,7 +246,7 @@ static std::string generate_user_description(const config& side)
}

const std::string controller_type = side["controller"].str();
const std::string reservation = side["reserved_for"].str();
const std::string reservation = side["current_player"].str();
const std::string owner = side["player_id"].str();

if(controller_type == "ai") {
Expand Down

0 comments on commit 7a1b918

Please sign in to comment.