1
0
Fork 0

FG1000: Stop attempted duplicate Emesary EIS reg

This commit is contained in:
Stuart Buchanan 2020-12-17 22:45:56 +00:00
parent b46f5a90da
commit 466b4e2915

View file

@ -152,7 +152,6 @@ var MFDDisplay =
# Display the Surround, EIS and NavMap and the appropriate top level on startup.
obj.Surround.setVisible(1);
obj.EIS.setVisible(1);
obj.EIS.ondisplay();
obj._MFDDevice.selectPage(obj.NavigationMap);
return obj;