]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_send.c
protocol/dp8: Implement parting messages
[xonotic/darkplaces.git] / sv_send.c
index c42cbc69a237077ce396a62642ad40986891ab3b..a1ee1050ab3cb69b14251c0be1bdc3b7ef165e27 100644 (file)
--- 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;
                }