Add missing closing bracket in conditional (Note to self: NEVER commit untested code... :-) )
This commit is contained in:
parent
382a7af397
commit
08ecc06204
1 changed files with 1 additions and 0 deletions
|
@ -421,6 +421,7 @@ FlightGear 2020.3.6
|
||||||
node = props.globals.getNode("/gear/gear/wow", 1);
|
node = props.globals.getNode("/gear/gear/wow", 1);
|
||||||
if ( !node.getValue() ) {
|
if ( !node.getValue() ) {
|
||||||
controls.gearDown(-1);
|
controls.gearDown(-1);
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
</event>
|
</event>
|
||||||
|
|
Loading…
Reference in a new issue