From 5e1b9ea23dfc1679096b14ecce3a1adaf4d448dd Mon Sep 17 00:00:00 2001 From: Reese Norris Date: Fri, 23 May 2025 20:57:49 -0700 Subject: [PATCH] remove ridiculous typo. thanks jetbrains. --- fsd/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsd/handler.go b/fsd/handler.go index e8c1b62..d9d6f02 100644 --- a/fsd/handler.go +++ b/fsd/handler.go @@ -171,7 +171,7 @@ func (s *Server) handleFastPilotPosition(client *Client, packet []byte) { broadcastRangedVelocity(s.postOffice, client, packet) } -// handleDelete handles logic for Delete ATC `#DA` and Delete OnlineUserPilot `#DP` packets +// handleDelete handles logic for Delete ATC `#DA` and Delete Pilot `#DP` packets func (s *Server) handleDelete(client *Client, packet []byte) { // Broadcast delete packet broadcastAll(s.postOffice, client, packet)