mirror of https://github.com/OpenTTD/OpenTTD
(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
parent
6e9dc85c76
commit
8761a5a4c4
|
@ -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\
|
||||
");
|
||||
|
|
Loading…
Reference in New Issue