1
0
Fork 0

(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

release/0.7
rubidium 2009-03-15 14:33:40 +00:00
parent 6e9dc85c76
commit 8761a5a4c4
1 changed files with 1 additions and 1 deletions

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