even id has that blasted bug :/

This commit is contained in:
Bill Currie 2002-04-16 17:18:28 +00:00
parent 27f53fdd3f
commit d4cc899d33
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ SV_Progs_Init_Cvars (void)
pr_checkextensions = Cvar_Get ("pr_checkextensions", "1", CVAR_ROM, NULL,
"indicate the presence of the "
"checkextentions qc function");
sv_old_entity_free = Cvar_Get ("sv_old_entity_free", "0", CVAR_NONE, NULL,
sv_old_entity_free = Cvar_Get ("sv_old_entity_free", "1", CVAR_NONE, NULL,
"set this for buggy mods that rely on the"
" old behaviour of entity freeing (eg,"
" *TF)");