l0k1 / MiG-21bis

MiG-21 for FlightGear
GNU General Public License v3.0
27 stars 9 forks source link

Incorrect path case for `tacview.nas` #53

Closed colingeniet closed 4 years ago

colingeniet commented 4 years ago

In MiG-21-set-common.xml, line 1739

<file>Aircraft/MIG-21bis/Nasal/tacview.nas</file>

should be

<file>Aircraft/MiG-21bis/Nasal/tacview.nas</file>

(incorrect case for the i in MiG). Causes the file to fail to load, and a bunch of nasal errors in console, on case-sensitive file systems.

l0k1 commented 4 years ago

Fixed, thanks!