Gibfilter now no longer initialises in q2. This means it no longer crashes q2 servers, but also doesn't filter q2 gibs.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1749 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0e42bd3b51
commit
8ef3ae1182
1 changed files with 3 additions and 0 deletions
|
@ -1982,6 +1982,9 @@ void SV_GibFilterInit(void)
|
|||
Z_Free(gf);
|
||||
}
|
||||
|
||||
if (svs.gametype != GT_PROGS)
|
||||
return;
|
||||
|
||||
file = COM_LoadStackFile("gibfiltr.cfg", buffer, sizeof(buffer));
|
||||
if (!file)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue