Difference for socket/metaserver.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_metaserver_c =   * static char *rcsid_metaserver_c =
  *    "$Id: metaserver.c,v 1.17 2005/12/05 23:34:04 akirschbaum Exp $";   *    "$Id: metaserver.c,v 1.18 2006/05/20 12:36:48 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 130
 
Line 130
      * costly.       * costly.
      */       */
     for (pl=first_player; pl!=NULL; pl=pl->next) {      for (pl=first_player; pl!=NULL; pl=pl->next) {
  if (!pl->hidden) num_players++;          if (!pl->hidden && (pl->socket.is_bot == 0)) num_players++;
     }      }
   
     sprintf(data,"%s|%d|%s|%s|%d|%d|%ld", settings.meta_host, num_players, VERSION,       sprintf(data,"%s|%d|%s|%s|%d|%d|%ld", settings.meta_host, num_players, VERSION,


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:36