1
0
Fork 0

Fixed: wrong usage of _setlistener

This commit is contained in:
tat 2009-06-12 18:00:53 +00:00
parent 6ca37b3a42
commit 51f0a7897a

View file

@ -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);