summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2007-08-24 11:08:35 +0000
committerTim Angus <tim@ngus.net>2007-08-24 11:08:35 +0000
commit0dfbff21e82c091f9befd4489ad9d7de6908c6b3 (patch)
treee52c00a4f1a2e169055877832896f89529fbbe00 /src/client
parentd6cbf3366e63e4e4333e49377ee994d26b266a6c (diff)
* Remove some fs_restrict code
* Say "Waiting for response" instead of "...-1 servers" * (bug 3054) After running a listen server, sv_killserver is not set
Diffstat (limited to 'src/client')
-rw-r--r--src/client/cl_main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c
index 28d95739..76b197d3 100644
--- a/src/client/cl_main.c
+++ b/src/client/cl_main.c
@@ -3169,11 +3169,6 @@ void CL_GlobalServers_f( void ) {
for (i=3; i<count; i++)
buffptr += sprintf( buffptr, " %s", Cmd_Argv(i) );
- // if we are a demo, automatically add a "demo" keyword
- if ( Cvar_VariableValue( "fs_restrict" ) ) {
- buffptr += sprintf( buffptr, " demo" );
- }
-
NET_OutOfBandPrint( NS_SERVER, to, command );
}