mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
T658, matching script for network entry
This commit is contained in:
committed by
Mat Sutcliffe
parent
fd281a464c
commit
cec768b9a4
@@ -4,7 +4,13 @@ function() {
|
||||
// reverseModel
|
||||
// returnObject
|
||||
returnObject.aircraftIcao = "C172";
|
||||
return "Changed ICAO to C172";
|
||||
returnObject.modified = true;
|
||||
returnObject.logMessage = "Changed to C172";
|
||||
|
||||
return returnObject;
|
||||
|
||||
// string return is possible
|
||||
// return "Changed ICAO to C172";
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user