Remove stale aircrafts when --interactive is not enabled.
This commit is contained in:
parent
977493cf63
commit
27e3743d87
|
@ -2396,6 +2396,7 @@ void backgroundTasks(void) {
|
||||||
if (Modes.net) {
|
if (Modes.net) {
|
||||||
modesAcceptClients();
|
modesAcceptClients();
|
||||||
modesReadFromClients();
|
modesReadFromClients();
|
||||||
|
interactiveRemoveStaleAircrafts();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Refresh screen when in interactive mode. */
|
/* Refresh screen when in interactive mode. */
|
||||||
|
|
Loading…
Reference in a new issue