mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Fixed a typo, sv_realiphostname_ipv6 should now exist.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2978 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
654eabc4c2
commit
af47e57535
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ cvar_t sv_pushplayers = SCVAR("sv_pushplayers", "0");
|
|||
//yes, realip cvars need to be fully initialised or realip will be disabled
|
||||
cvar_t sv_getrealip = SCVAR("sv_getrealip", "0");
|
||||
cvar_t sv_realiphostname_ipv4 = SCVAR("sv_realiphostname_ipv4", "");
|
||||
cvar_t sv_realiphostname_ipv6 = SCVAR("sv_realiphostname_ipv4", "");
|
||||
cvar_t sv_realiphostname_ipv6 = SCVAR("sv_realiphostname_ipv6", "");
|
||||
cvar_t sv_realip_timeout = SCVAR("sv_realip_timeout", "10");
|
||||
|
||||
char sv_votinggroup[] = "server voting";
|
||||
|
|
Loading…
Reference in a new issue