Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Feb 27, 2018
1 parent dee8a4a commit 7cc7f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/game.cpp
Expand Up @@ -1081,7 +1081,6 @@ bool game::process_turn(simple_wml::document& data, const socket_ptr& user)
send_and_record_server_message(username(user) + " has surrendered.");
} else if(is_current_player(user) && (*command).child("end_turn")) {
simple_wml::node& endturn = *(*command).child("end_turn");
// fixme handle next_player_number
turn_ended = end_turn(endturn["next_player_number"].to_int());
}

Expand Down

0 comments on commit 7cc7f22

Please sign in to comment.