]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_send.c
server: Eliminate references to cls.state in server code
[xonotic/darkplaces.git] / sv_send.c
index 2b5a6c346491e897d3a4ba2c4b77bd0ee3a302c6..d0205f9835dab5dd36a0f91589b24f475ce2ae87 100644 (file)
--- a/sv_send.c
+++ b/sv_send.c
@@ -101,7 +101,7 @@ void SV_BroadcastPrint(const char *msg)
                }
        }
 
-       if (sv_echobprint.integer && cls.state == ca_dedicated)
+       if (sv_echobprint.integer && !host_isclient.integer)
                Con_Print(msg);
 }