]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
new cvar log_dest_udp to send all console data to one or more specified addresses...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index d8201610cba9d9436acda80cfa8023084689583c..cc1e80154831e0b03eb55c7629807207a6a0e89a 100644 (file)
--- a/host.c
+++ b/host.c
@@ -612,6 +612,8 @@ void Host_Main(void)
 
                NetConn_UpdateSockets();
 
+               Log_DestBuffer_Flush();
+
                // receive packets on each main loop iteration, as the main loop may
                // be undersleeping due to select() detecting a new packet
                if (sv.active)