1
0
Fork 0

(svn r15058) -Fix [NoAI]: when using start_ai in console, start the next configured one, not a random (Yexo)

release/0.7
truebrain 2009-01-13 13:26:20 +00:00
parent 07f2afa635
commit 405239758e
1 changed files with 0 additions and 2 deletions

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 */