Jordi Mallach wrote:
> I got this in the Debian BTS. Can anyone have a look and apply?
>
> Jordi
> Date: Fri, 16 May 2003 01:49:52 -0500
> From: Mike Mestnik <cheako@...>
> To: Debian Bug Tracking System <maintonly@...>
> Subject: Bug#193520: xqf: Fixed a TODO item, xqf ignores q3 bots.
> Reply-To: Mike Mestnik <cheako911@...>,
> 193520-maintonly@...
> X-Mailer: reportbug 1.50
>
> Package: xqf
> Version: 0.9.11-2
> Severity: wishlist
> Tags: patch
>
> Fixed a TODO item, xqf ignores q3 bots.
> Other bots can be ignored, however I don't know how to tell bots from
> nonbots for other games. It should be easy for ppl who play other games to
> copy what I have done...
>
> if ( ping == 0 ) s->curplayers--;
Bots count just like human players unless bot_minplayers is set. You
can't join a server that is full with bots. Counting players with
ping == 0 as bots is not correct either, someone who started a
listen server also has ping == 0.
cu
Ludwig
|