mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Ref T658, renamed to "MatchingScriptReturnValues" because it is NO object to be used in matching script
This commit is contained in:
@@ -847,7 +847,7 @@ namespace BlackCore
|
||||
// Script
|
||||
if (runMatchinScript && setup.doRunMsReverseLookupScript())
|
||||
{
|
||||
const MSReturnValues rv = CAircraftMatcher::reverseLookupScript(lookupModel, setup, log);
|
||||
const MatchingScriptReturnValues rv = CAircraftMatcher::reverseLookupScript(lookupModel, setup, log);
|
||||
if (rv.runScriptAndModified())
|
||||
{
|
||||
if (rv.runScriptAndRerun())
|
||||
|
||||
Reference in New Issue
Block a user