From bd8cbb10216e31fbb76154485877b7edf35782cf Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Mon, 12 Apr 2010 00:53:09 +0000 Subject: * Create new bans at the bottom of the list, so that ban ordering in showbans is always sequential (thanks msk, Rezyn) --- src/game/g_admin.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/game/g_admin.c b/src/game/g_admin.c index 476450fd..7d5e123d 100644 --- a/src/game/g_admin.c +++ b/src/game/g_admin.c @@ -1294,9 +1294,6 @@ static qboolean admin_create_ban( gentity_t *ent, for( b = g_admin_bans; b; b = b->next ) { - if( b->expires != 0 && b->expires <= t ) - break; - if( !b->next ) break; } -- cgit