(svn r15781) -Fix [NoAI]: Missing "AIs" in the information the debug AI prints.

pull/155/head
yexo 16 years ago
parent 641cf47ddf
commit be3d672d3a

@ -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…
Cancel
Save