property-rules might be read from fg-root
This commit is contained in:
parent
11016dbe84
commit
8a00bce145
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void FGXMLAutopilotGroupImplementation::initFrom( SGPropertyNode_ptr rootNode, c
|
|||
SG_LOG( SG_ALL, SG_ALERT, "Duplicate property-rule configuration name " << name << ", renamed to " << apName );
|
||||
}
|
||||
|
||||
SGPath config = globals->resolve_aircraft_path(pathNode->getStringValue());
|
||||
SGPath config = globals->resolve_maybe_aircraft_path(pathNode->getStringValue());
|
||||
|
||||
SG_LOG( SG_ALL, SG_INFO, "Reading property-rule configuration from " << config.str() );
|
||||
|
||||
|
|
Loading…
Reference in a new issue