From 2bba01fbc10c2fbf99ab3c771079290f3d34fa9f Mon Sep 17 00:00:00 2001 From: Alexander van Gessel Date: Tue, 27 Nov 2012 00:30:34 +0100 Subject: [PATCH] Delete an unneeded file that should have been removed in 2012-11-26T22:50:17Z!ai0867@gmail.com --- data/ai/ais/testing_ai_default.cfg | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 data/ai/ais/testing_ai_default.cfg diff --git a/data/ai/ais/testing_ai_default.cfg b/data/ai/ais/testing_ai_default.cfg deleted file mode 100644 index 2382a4a12a5..00000000000 --- a/data/ai/ais/testing_ai_default.cfg +++ /dev/null @@ -1,21 +0,0 @@ -#textdomain wesnoth - -[ai] - id=testing_ai_default - description=_"Multiplayer_AI^RCA AI" # RCA := Register Candidate Action; more info at http://forums.wesnoth.org/viewtopic.php?p=419625#p419625 - version=10710 - [stage] - id=main_loop - name=testing_ai_default::candidate_action_evaluation_loop - {AI_CA_GOTO} - {AI_CA_RECRUITMENT} - {AI_CA_MOVE_LEADER_TO_GOALS} - {AI_CA_MOVE_LEADER_TO_KEEP} - {AI_CA_COMBAT} - {AI_CA_HEALING} - {AI_CA_VILLAGES} - {AI_CA_RETREAT} - {AI_CA_MOVE_TO_TARGETS} - {AI_CA_PASSIVE_LEADER_SHARES_KEEP} - [/stage] -[/ai]