[Freeciv-Dev] (PR#14051) /create and aifill == maxplayers
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: |
[Freeciv-Dev] (PR#14051) /create and aifill == maxplayers |
From: |
"Mateusz Stefek" <mstefek@xxxxxxxxx> |
Date: |
Tue, 20 Sep 2005 10:34:44 -0700 |
Reply-to: |
bugs@xxxxxxxxxxx |
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14051 >
> [jdorje - Tue Sep 20 16:51:24 2005]:
>
> > [mstefek - Tue Sep 20 11:04:42 2005]:
> >
> > When aifill == maxplayers and you issue the /create command, the server
> > won't refuse:
> > mateusz: 'create mateusz'
> > /create: Can't add more players, server is full.
> >
> > To test it apply my patch in 13327 and open british scenario.
>
> It doesn't really sound like a bug. More importantly though I really
> don't see how to fix it.
>
> -jason
>
It's inconsistency.
/set maxplayers 6
/set aifill 5
/cr a
There are 5 players after issuing the above commands.
But the following scenario doesn't work:
/set maxplayers 5
/set aifill 5
/cr a
This shouldn't be that hard to fix, because the client can connect and
have a player assigned after:
/set maxplayers 5
/set aifill 5
--
mateusz
|
|