|
From: <fli...@li...> - 2021-01-20 12:07:10
|
jmturner pushed a commit to branch release/2020.3 in repository fgdata. SF URL: http://sourceforge.net/p/flightgear/fgdata/ci/c56b3ed4b132c0bbd27e3a4df6f85bfc9727d004/ Commit: c56b3ed4b132c0bbd27e3a4df6f85bfc9727d004 Author: Chris Ringeval Committer: James Turner AuthorDate: Sun Jan 17 16:12:53 2021 +0100 Add KEDW in the scenario name as to appear in the AI tick box --- AI/shuttle_landing_demo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI/shuttle_landing_demo.xml b/AI/shuttle_landing_demo.xml index fc4d9c09f..c1039b63a 100644 --- a/AI/shuttle_landing_demo.xml +++ b/AI/shuttle_landing_demo.xml @@ -4,7 +4,7 @@ <scenario> - <name>Space Shuttle landing</name> + <name>Space Shuttle landing at KEDW</name> <description> The Space Shuttle returns from entry interface to a landing at KEDW </description> |