From 8f464825c7d414d84896c1f27fed2f5f3357ef8c Mon Sep 17 00:00:00 2001 From: Stuart Buchanan Date: Wed, 18 Dec 2019 19:05:35 +0000 Subject: [PATCH] Fix Nasal failures on clean install. Previously not all Nasal modules were defined in defaults.xml. This meant that the first time FlightGear was run it was possible for Aircraft Nasal files to reference a module that had not been loaded yet. This commit simply defines all the Nasal modules ahead of time and loads them, so all modules are available for Aircraft Nasal files immediately. --- defaults.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/defaults.xml b/defaults.xml index cb33391d1..92a4334aa 100644 --- a/defaults.xml +++ b/defaults.xml @@ -1349,6 +1349,24 @@ Started September 2000 by David Megginson, david@megginson.com false + + true + + + true + + + true + + + true + + + true + + + true + false