Forgot the "NO INFO" case
This commit is contained in:
parent
a434647f56
commit
ce28741e84
@ -113,6 +113,7 @@ class fg_chatmsg(fg_header):
|
|||||||
return fg_header.pack(self) + self.data
|
return fg_header.pack(self) + self.data
|
||||||
|
|
||||||
modelmap = { None: 'Aircraft/777-200/Models/777-200ER.xml',
|
modelmap = { None: 'Aircraft/777-200/Models/777-200ER.xml',
|
||||||
|
"NO INFO": 'Aircraft/777-200/Models/777-200ER.xml',
|
||||||
"LIGHT": 'Aircraft/c172p/Models/c172p.xml',
|
"LIGHT": 'Aircraft/c172p/Models/c172p.xml',
|
||||||
"SMALL": 'Aircraft/CitationX/Models/Citation-X.xml',
|
"SMALL": 'Aircraft/CitationX/Models/Citation-X.xml',
|
||||||
"LARGE": 'Aircraft/CRJ700-family/Models/CRJ700.xml',
|
"LARGE": 'Aircraft/CRJ700-family/Models/CRJ700.xml',
|
||||||
|
Loading…
Reference in New Issue
Block a user