summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index faad787e..ef607fe0 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -873,7 +873,7 @@ static void G_admin_ban_message(
if( areason && ent )
{
// we just want the ban number
- int n = 0;
+ int n = 1;
g_admin_ban_t *b = g_admin_bans;
for( ; b && b != ban; b = b->next, n++ )
;