Epse / vSMR-belux

EuroScope Plugin to simulate the AMS RDD ground radar system on VATSIM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCL requests get discarded as DEL

Epse opened this issue · comments

When online as DEL, all flight plans are unconcerned according to ES. This makes vSMR discard their DCL requests in OnTimer.
We should implement a new way of filtering.

Workaround issued by removing the status check and leaving only the the flightPlan.IsValid() check.
Still improvements to be made