Showing 1 changed files with 2 additions and 0 deletions
+2
Nasal/afcs.nas
... ...
@@ -17,6 +17,8 @@ var APClass = {
17 17
                 break;
18 18
             }
19 19
         }
20
+        if (m.system == 'none')
21
+            msg('no autopilot system found');
20 22
 
21 23
         m.engaged = 0;
22 24