From 60d4900381cdc540dec51fb2e16dba26ce79815d Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 13 Jan 2009 13:26:20 +0000 Subject: (svn r15058) -Fix [NoAI]: when using start_ai in console, start the next configured one, not a random (Yexo) --- src/console_cmds.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 8b9f962b3..e15babeca 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -903,8 +903,6 @@ DEF_CONSOLE_CMD(ConStartAI) if (argc == 3) { config->StringToSettings(argv[2]); } - } else { - config->ChangeAI(NULL); } /* Start a new AI company */ -- cgit v1.2.3-70-g09d2