try to fix systems.nas -- gives non objects at line 100?
This commit is contained in:
parent
71f978b160
commit
5833598b62
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ aircraft.rain.init();
|
|||
# seatbelt/no smoking sign triggers
|
||||
setlistener("controls/switches/seatbelt-sign", func
|
||||
{
|
||||
props.globals.getNode("sim/sound/seatbelt-sign").setBoolValue(1);
|
||||
setprop("/sim/sound/seatbelt-sign",1);
|
||||
|
||||
settimer(func
|
||||
{
|
||||
|
|
Reference in a new issue