mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
even id has that blasted bug :/
This commit is contained in:
parent
27f53fdd3f
commit
d4cc899d33
1 changed files with 1 additions and 1 deletions
|
@ -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)");
|
||||
|
|
Loading…
Reference in a new issue