From 70bd919631e86bafd08716ccc6f42a9e84c9ccf5 Mon Sep 17 00:00:00 2001 From: mattsc Date: Thu, 5 Oct 2017 08:34:07 -0700 Subject: [PATCH] Idle AI: remove from data/ai/dev after all MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was left there in cfb2aa8050 for backward compatibility. However, this causes a “duplicate AI” error at start-up in debug mode. Furthermore, the file is not included in any current 1.12 or 1.13 add-on, so it should be safe to remove it. Using [ai]ai_algorithm=idle_ai is the preferred option to include the Idle AI. --- data/ai/dev/idle_ai.cfg | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 data/ai/dev/idle_ai.cfg diff --git a/data/ai/dev/idle_ai.cfg b/data/ai/dev/idle_ai.cfg deleted file mode 100644 index 3525e130db1..00000000000 --- a/data/ai/dev/idle_ai.cfg +++ /dev/null @@ -1,2 +0,0 @@ -# wmllint: no translatables -{ai/ais/idle_ai.cfg}