mirror of https://github.com/OpenTTD/OpenTTD
(svn r15058) -Fix [NoAI]: when using start_ai in console, start the next configured one, not a random (Yexo)
parent
07f2afa635
commit
405239758e
|
@ -903,8 +903,6 @@ DEF_CONSOLE_CMD(ConStartAI)
|
|||
if (argc == 3) {
|
||||
config->StringToSettings(argv[2]);
|
||||
}
|
||||
} else {
|
||||
config->ChangeAI(NULL);
|
||||
}
|
||||
|
||||
/* Start a new AI company */
|
||||
|
|
Loading…
Reference in New Issue