]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
Fixed a bug that caused some messages to not be logged to the disk (Con_Print calls...
[xonotic/darkplaces.git] / prvm_cmds.c
index 7e399492a4e40152fb1e32b09e214a1c400e2370..a9ce8ac9f6dcf27d9af7c0b87ec8a86f8b5840d9 100644 (file)
@@ -318,7 +318,7 @@ void VM_print (void)
        char string[VM_STRINGTEMP_LENGTH];
 
        VM_VarString(0, string, sizeof(string));
-       Con_Print(string);
+       Con_Printf(string);
 }
 
 /*