Index: client/packhand.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/packhand.c,v retrieving revision 1.223 diff -u -r1.223 packhand.c --- client/packhand.c 2002/02/27 11:46:15 1.223 +++ client/packhand.c 2002/03/04 16:10:27 @@ -157,6 +157,7 @@ freelog(LOG_VERBOSE, "join game accept:%s", packet->message); aconnection.established = TRUE; game.conn_id = packet->conn_id; + agents_game_joined(); } else { my_snprintf(msg, sizeof(msg), _("You were rejected from the game: %s"), packet->message); @@ -167,7 +168,6 @@ } } if (strcmp(s_capability, our_capability) == 0) { - agents_game_joined(); return; } my_snprintf(msg, sizeof(msg),