From 8acb893165356849cad3452326df7a2b387e7546 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Mon, 24 Jun 2024 16:15:09 +0800 Subject: [PATCH] Remove drunk dev comments xd --- teeworlds7/user_actions.go | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/teeworlds7/user_actions.go b/teeworlds7/user_actions.go index cdc4c24..85ec683 100644 --- a/teeworlds7/user_actions.go +++ b/teeworlds7/user_actions.go @@ -12,20 +12,6 @@ import ( // low level access for experts // ---------------------------- -// flish()boo { -// -// ifhf lenesusue -// packte:=}{} -// SendPkacte8) -// -// } -// -// if now > lastsnend d+9191 { -// if !flush() { -// keepalive -// } -// }A - func (client *Client) SendPacket(packet *protocol7.Packet) error { if packet.Header.Flags.Resend == false && len(packet.Messages) == 0 && len(client.QueuedMessages) == 0 { return fmt.Errorf("Failed to send packet: payload is empty.")