players.c
changeset 690 3afcad69d4f7
parent 688 1bf7db6d29b7
child 717 ca707fc756ed
--- a/players.c	Thu Dec 16 12:30:13 2004 +0000
+++ b/players.c	Thu Dec 16 13:59:23 2004 +0000
@@ -665,6 +665,8 @@
 				NetworkUpdateClientInfo(ci->client_index);
 
 				if (ci->client_playas != 0 && ci->client_playas <= MAX_PLAYERS) {
+					_network_player_info[p->index].months_empty = 0;
+
 					memcpy(_decode_parameters, ci->client_name, 32);
 					/* XXX - What are the consequents of this? It is needed, but is it bad? */
 					_docommand_recursive = 0;