Fixed: wrong usage of _setlistener
This commit is contained in:
parent
6ca37b3a42
commit
51f0a7897a
1 changed files with 1 additions and 1 deletions
|
@ -907,5 +907,5 @@ confNode.setValues(default_fcs_params);
|
|||
# fcs-initialized signal must be set by per-aircraft nasal script
|
||||
# to show that FCS configuration parameters are set
|
||||
#
|
||||
_setlistener("/sim/signals/fcs-initialized", initialize);
|
||||
setlistener("/sim/signals/fcs-initialized", initialize);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue