attempt to resolve a crash.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5152 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2017-09-26 04:26:08 +00:00
parent 6380e0c7d8
commit 8e44dde063
1 changed files with 1 additions and 0 deletions

View File

@ -5095,6 +5095,7 @@ void SV_InitLocal (void)
Cvar_Register (&sv_resetparms, cvargroup_servercontrol);
Cvar_Register (&sv_guidhash, cvargroup_servercontrol);
Cvar_Register (&sv_serverip, cvargroup_servercontrol);
Cvar_Register (&sv_public, cvargroup_servercontrol);
Cvar_Register (&sv_listen_qw, cvargroup_servercontrol);