diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-04-12 17:00:18 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-04-12 17:00:18 +0000 |
commit | 2f4b09a3fd677b7fb66723bd64358dd0798a2af5 (patch) | |
tree | dbbaa32ed2043db251064baacb700ffc973b7fa3 /code/client | |
parent | a957b652bae5d1a5320eb01c349437bc7197b91a (diff) | |
download | ioquake3-aero-2f4b09a3fd677b7fb66723bd64358dd0798a2af5.tar.gz ioquake3-aero-2f4b09a3fd677b7fb66723bd64358dd0798a2af5.zip |
- fix a potential file descriptor leak in server side of pak downloading
- add new functions for banning clients from server, in engine part. This will also make it possible to ban ipv6 addresses in old mods.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1312 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client')
-rw-r--r-- | code/client/cl_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_main.c b/code/client/cl_main.c index c2edd02..3c8625e 100644 --- a/code/client/cl_main.c +++ b/code/client/cl_main.c @@ -2784,7 +2784,7 @@ void CL_Init( void ) { SCR_Init (); - Cbuf_Execute (); +// Cbuf_Execute (); Cvar_Set( "cl_running", "1" ); |