X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sv_send.c;h=a1ee1050ab3cb69b14251c0be1bdc3b7ef165e27;hp=c42cbc69a237077ce396a62642ad40986891ab3b;hb=849c92ba2b16d3af63f04b3c2fab755f737693a9;hpb=66ec69f1c020739371ac074baa7bb652834ecece diff --git a/sv_send.c b/sv_send.c index c42cbc69..a1ee1050 100644 --- a/sv_send.c +++ b/sv_send.c @@ -1712,7 +1712,7 @@ void SV_SendClientMessages(void) if (host_client->netconnection->message.overflowed) { - SV_DropClient (true); // if the message couldn't send, kick off + SV_DropClient (true, "Buffer overflow in net message"); // if the message couldn't send, kick off continue; }