Bug fix - sendFMSNotification no longer exists.
Reported on the forum: https://forum.flightgear.org/viewtopic.php?f=71&t=32764&start=120
This commit is contained in:
parent
43c03bb4ba
commit
b83b95751f
1 changed files with 1 additions and 1 deletions
|
@ -186,12 +186,12 @@ var FMSDataDelegate = {
|
|||
emesary.GlobalTransmitter.NotifyAll(notification);
|
||||
},
|
||||
cleared : func (fp) {
|
||||
me.sendFMSNotification({"FMSFlightPlanEdited" : 1});
|
||||
var notification = notifications.PFDEventNotification.new(
|
||||
"MFD",
|
||||
1,
|
||||
notifications.PFDEventNotification.FMSData,
|
||||
{"FMSFlightPlanEdited" : 1});
|
||||
emesary.GlobalTransmitter.NotifyAll(notification);
|
||||
},
|
||||
endOfFlightPlan: func (fp) {
|
||||
var notification = notifications.PFDEventNotification.new(
|
||||
|
|
Loading…
Add table
Reference in a new issue