Autopilot: fix wrong warning for unknown node
This commit is contained in:
parent
44242df377
commit
831f75a030
1 changed files with 5 additions and 1 deletions
|
@ -72,7 +72,11 @@ bool Component::configure( SGPropertyNode& cfg_node,
|
|||
{
|
||||
_name = cfg_node.getStringValue();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
if( cfg_name == "update-interval-secs" )
|
||||
// This is handled in autopilot.cxx
|
||||
return true;
|
||||
|
||||
if ( cfg_name == "debug" )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue