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

This commit is contained in:
yexo 2009-03-21 19:08:04 +00:00
parent 42dc3bf742
commit 971ed8d2a3

View File

@ -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\
");