Default KT-70 to serviceable = true.
This commit is contained in:
parent
8512984da5
commit
632f5993f7
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ void FGKT_70::init ()
|
|||
bus_power = fgGetNode("/systems/electrical/outputs/transponder", true);
|
||||
serviceable_node = (node->getChild("inputs", 0, true))
|
||||
->getChild("serviceable", 0, true);
|
||||
serviceable_node->setBoolValue(true);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue