(svn r15058) -Fix [NoAI]: when using start_ai in console, start the next configured one, not a random (Yexo)
This commit is contained in:
@@ -903,8 +903,6 @@ DEF_CONSOLE_CMD(ConStartAI)
|
||||
if (argc == 3) {
|
||||
config->StringToSettings(argv[2]);
|
||||
}
|
||||
} else {
|
||||
config->ChangeAI(NULL);
|
||||
}
|
||||
|
||||
/* Start a new AI company */
|
||||
|
Reference in New Issue
Block a user