Changed a default so that rcon cannot - by default - hack the server.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@70 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
30605d11b7
commit
81af630757
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ cvar_t pop3server = {"sv_pop3", "0"};
|
|||
cvar_t smtpserver = {"sv_smtp", "0"};
|
||||
cvar_t sv_readlevel = {"sv_readlevel", "0"}; //default to allow anyone
|
||||
cvar_t sv_writelevel = {"sv_writelevel", "35"}; //allowed to write to uploads/uname
|
||||
cvar_t sv_fulllevel = {"sv_fulllevel", "49"}; //allowed to write anywhere, replace any file...
|
||||
cvar_t sv_fulllevel = {"sv_fulllevel", "51"}; //allowed to write anywhere, replace any file...
|
||||
#endif
|
||||
|
||||
//this file contains functions called from each side.
|
||||
|
|
Loading…
Reference in a new issue