mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-03 01:38:09 +01:00
(svn r15058) -Fix [NoAI]: when using start_ai in console, start the next configured one, not a random (Yexo)
This commit is contained in:
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
Block a user