1
0
Fork 0

Add missing closing bracket in conditional (Note to self: NEVER commit untested code... :-) )

This commit is contained in:
Durk Talsma 2021-09-20 20:43:30 +02:00
parent 382a7af397
commit 08ecc06204

View file

@ -421,6 +421,7 @@ FlightGear 2020.3.6
node = props.globals.getNode("/gear/gear/wow", 1);
if ( !node.getValue() ) {
controls.gearDown(-1);
}
</script>
</binding>
</event>