(svn r15721) -Change: give a more useful (for 'normal' users) error message when there's no AI and they want to play with an AI

This commit is contained in:
rubidium 2009-03-15 14:33:40 +00:00
parent 1e905be475
commit 51b285233f

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(\"Please add one or several AIs in your ai/ directory.\"); \n\
AILog.Error(\"You can download several via the 'Online Content' system.\"); \n\
} \n\
} \n\
");