1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-06 03:52:37 +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:
truebrain
2009-01-13 13:26:20 +00:00
parent 07f2afa635
commit 405239758e

View File

@@ -903,8 +903,6 @@ DEF_CONSOLE_CMD(ConStartAI)
if (argc == 3) {
config->StringToSettings(argv[2]);
}
} else {
config->ChangeAI(NULL);
}
/* Start a new AI company */