From ca11ecc816909d8aba0fd7ba3d5bbd0df5bf4008 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Sat, 5 Sep 2020 17:22:14 +0100 Subject: [PATCH] This call to init() is not required. --- Nasal/system.nas | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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