Don't provide the mvd streaming port by default.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1003 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f08754f302
commit
d59a2f5ce5
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ cvar_t sv_demoNoVis = {"sv_demoNoVis", ""};
|
|||
cvar_t sv_demoMaxSize = {"sv_demoMaxSize", ""};
|
||||
cvar_t sv_demoExtraNames = {"sv_demoExtraNames", ""};
|
||||
|
||||
cvar_t mvd_streamport = {"mvd_streamport", "27515"};
|
||||
cvar_t mvd_streamport = {"mvd_streamport", "0"};
|
||||
|
||||
cvar_t sv_demoPrefix = {"sv_demoPrefix", ""};
|
||||
cvar_t sv_demoSuffix = {"sv_demoSuffix", ""};
|
||||
|
|
Loading…
Reference in a new issue