mirror of https://github.com/OpenTTD/OpenTTD
(svn r15781) -Fix [NoAI]: Missing "AIs" in the information the debug AI prints.
parent
42dc3bf742
commit
971ed8d2a3
|
@ -31,7 +31,7 @@ class DummyAI extends AIController {
|
|||
function Start() { \n\
|
||||
AILog.Error(\"No suitable AI found to load.\"); \n\
|
||||
AILog.Error(\"This AI is a dummy AI and won't do anything.\"); \n\
|
||||
AILog.Error(\"You can download several via the 'Online Content' system.\"); \n\
|
||||
AILog.Error(\"You can download several AIs via the 'Online Content' system.\"); \n\
|
||||
} \n\
|
||||
} \n\
|
||||
");
|
||||
|
|
Loading…
Reference in New Issue