mirror of
https://github.com/renorris/openfsd
synced 2026-04-23 03:35:34 +08:00
remove ridiculous typo. thanks jetbrains.
This commit is contained in:
@@ -171,7 +171,7 @@ func (s *Server) handleFastPilotPosition(client *Client, packet []byte) {
|
|||||||
broadcastRangedVelocity(s.postOffice, client, packet)
|
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) {
|
func (s *Server) handleDelete(client *Client, packet []byte) {
|
||||||
// Broadcast delete packet
|
// Broadcast delete packet
|
||||||
broadcastAll(s.postOffice, client, packet)
|
broadcastAll(s.postOffice, client, packet)
|
||||||
|
|||||||
Reference in New Issue
Block a user