diff --git a/Nasal/system.nas b/Nasal/system.nas index 7e9190f..76e763b 100644 --- a/Nasal/system.nas +++ b/Nasal/system.nas @@ -17,8 +17,4 @@ setlistener("controls/gear/gear-down", func { props.globals.getNode("controls/gear/gear-down").setBoolValue(1); } - }, 0, 0); - -setlistener("/sim/signals/fdm-initialized", func { - itaf.ITAF.init(0); -}, 0, 0); + }, 0, 0); \ No newline at end of file