? civgame-3500.sav.gz Index: server/stdinhand.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/stdinhand.c,v retrieving revision 1.135 diff -u -r1.135 stdinhand.c --- stdinhand.c 2000/07/30 08:46:29 1.135 +++ stdinhand.c 2000/07/30 15:13:09 @@ -2360,7 +2360,8 @@ /* canonify map generator settings( all of which are int ) */ adjust_terrain_param(); /* send any modified game parameters to the clients */ - send_game_info(0); + if (server_state==RUN_GAME_STATE) + send_game_info(0); } } else { cmd_reply(CMD_SET, caller, C_SYNTAX,