Re: (PR#16006) Beta1: AI debug command wording
"Per I. Mathisen" <per-0/[email protected]> Mon, 27 Mar 2006 12:42:01 -0800
| Newsgroups | gmane.games.freeciv.ai |
|---|---|
| Message-ID | <[email protected]> |
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=16006 > On 3/23/06, Christian Knoke <[email protected]> wrote: > From server/commands.c: > > {"debug", ALLOW_CTRL, > N_("debug [ player <player> | city <x> <y> | units <x> <y> | unit <id> " > "| tech <player> | timing | info]"), > N_("Turn on or off AI debugging of given entity."), > N_("Print AI debug information about given entity and turn continous " > "debugging output for this entity on or off."), > }, > > Shouldn't this be > > N_("debug [ player <player> | city <x> <y> | units <x> <y> | unit <id> " > "| tech <tech> | timing | info]"), No, because you are not debugging a tech, but an AI player's handling techs. - Per