Skip to content

Commit

Permalink
Fix bug that prevented cpp player to play when there was a team with …
Browse files Browse the repository at this point in the history
…a space in their name... what an embarrassing bug...
  • Loading branch information
devill committed May 28, 2014
1 parent f34a719 commit 6eb65f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int main(int argc, char* argv[])
{
string action = argv[1];
string game_state_json;
cin >> game_state_json;
getline(cin, game_state_json);

json::Value game_state = json::Deserialize(game_state_json);

Expand Down

0 comments on commit 6eb65f9

Please sign in to comment.