players.c
changeset 690 9f449a6b133e
parent 688 bcaa5256253d
child 717 9530ebdc7eb0
--- 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;