Remove stale aircrafts when --interactive is not enabled.
This commit is contained in:
@ -2396,6 +2396,7 @@ void backgroundTasks(void) {
|
||||
if (Modes.net) {
|
||||
modesAcceptClients();
|
||||
modesReadFromClients();
|
||||
interactiveRemoveStaleAircrafts();
|
||||
}
|
||||
|
||||
/* Refresh screen when in interactive mode. */
|
||||
|
Reference in New Issue
Block a user