version 1.17 | | version 1.18 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* 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, |