]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
prevent information leakage from trace_ globals to prvm_global client to prevent...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 76e8236b1010cfc6265efba1b1b2c20691e7360a..8e2181dfa630e3c0b9af3a41813a3f7d7379eaee 100644 (file)
--- a/host.c
+++ b/host.c
@@ -693,6 +693,7 @@ void Host_Main(void)
                if (sv.active ? sv_timer > 0 : cl_timer > 0)
                {
                        // process console commands
+                       CL_VM_PreventInformationLeaks();
                        Cbuf_Execute();
                }