From 8761a5a4c474b97a4c10a45a521dedae6bdf9641 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 15 Mar 2009 14:33:40 +0000 Subject: (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 --- src/ai/ai_info_dummy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/ai_info_dummy.cpp') diff --git a/src/ai/ai_info_dummy.cpp b/src/ai/ai_info_dummy.cpp index 7865c52b7..de27e41f3 100644 --- a/src/ai/ai_info_dummy.cpp +++ b/src/ai/ai_info_dummy.cpp @@ -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\ "); -- cgit v1.2.3-54-g00ecf