mirror of
https://github.com/renorris/openfsd
synced 2026-03-22 14:35:36 +08:00
silently dismiss flightplan requests when no flightplan exists
This commit is contained in:
@@ -366,7 +366,6 @@ func (s *Server) handleClientQueryFlightplanRequest(client *Client, packet []byt
|
||||
|
||||
fplInfo := targetClient.flightPlan.Load()
|
||||
if fplInfo == "" {
|
||||
client.sendError(NoFlightPlanError, "No flightplan for: "+targetCallsign)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user