diff --git a/fsd/handler.go b/fsd/handler.go index d9d6f02..1f6def7 100644 --- a/fsd/handler.go +++ b/fsd/handler.go @@ -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 }