summaryrefslogtreecommitdiff
path: root/src/game/g_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_client.c')
-rw-r--r--src/game/g_client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c
index e69581da..8b9beb5d 100644
--- a/src/game/g_client.c
+++ b/src/game/g_client.c
@@ -1216,8 +1216,6 @@ char *ClientConnect( int clientNum, qboolean firstTime )
// check to see if they are on the banned IP list
value = Info_ValueForKey( userinfo, "ip" );
Q_strncpyz( client->pers.ip, value, sizeof( client->pers.ip ) );
- if( G_FilterPacket( value ) )
- return "You are banned from this server.";
// check for a password
value = Info_ValueForKey( userinfo, "password" );