remove ridiculous typo. thanks jetbrains.

This commit is contained in:
Reese Norris
2025-05-23 20:57:49 -07:00
parent 2767fe9f30
commit 5e1b9ea23d

View File

@@ -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)