Because VM_writetofile() will include them by calling the same code as
SV_Savegame_to().
Missed this in
312123ecffc7e3dd892c7df754c911b47b9cdfaa.
Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
if (!COM_ParseToken_Simple(&data, false, false, true) || com_token[0] != '{' )
prog->error_cmd("VM_parseentitydata: %s: Couldn't parse entity data:\n%s", prog->name, data );
- PRVM_ED_ParseEdict (prog, data, ent, false);
+ PRVM_ED_ParseEdict(prog, data, ent, true);
}
/*