try to fix systems.nas -- gives non objects at line 100?

This commit is contained in:
Jonathan Redpath 2016-12-08 19:39:58 +00:00
parent 71f978b160
commit 5833598b62

View file

@ -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
{