]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
fix bug where realtime was used instead of cl.time in player times on scoreboard
[xonotic/darkplaces.git] / prvm_cmds.c
index 735ad7a2e663fec823b27b95b90c30a94d6df7b6..c8c178498a758cb31a1f26b001808cc559369eb1 100644 (file)
@@ -2090,7 +2090,7 @@ void VM_parseentitydata(void)
        data = PRVM_G_STRING(OFS_PARM1);
 
     // parse the opening brace
-       if (!COM_ParseToken(&data, false) || com_token[0] != '{' )
+       if (!COM_ParseTokenConsole(&data) || com_token[0] != '{' )
                PRVM_ERROR ("VM_parseentitydata: %s: Couldn't parse entity data:\n%s", PRVM_NAME, data );
 
        PRVM_ED_ParseEdict (data, ent);