From ce28741e8467312b43c237f69e720ca6a7abbc96 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Fri, 15 Jun 2012 16:58:11 -0700 Subject: [PATCH] Forgot the "NO INFO" case --- python/modes_flightgear.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/modes_flightgear.py b/python/modes_flightgear.py index ceefc92..9d2ec2b 100755 --- a/python/modes_flightgear.py +++ b/python/modes_flightgear.py @@ -113,6 +113,7 @@ class fg_chatmsg(fg_header): return fg_header.pack(self) + self.data modelmap = { None: 'Aircraft/777-200/Models/777-200ER.xml', + "NO INFO": 'Aircraft/777-200/Models/777-200ER.xml', "LIGHT": 'Aircraft/c172p/Models/c172p.xml', "SMALL": 'Aircraft/CitationX/Models/Citation-X.xml', "LARGE": 'Aircraft/CRJ700-family/Models/CRJ700.xml',