From 42c2f9216bac6915bdea76858bc457e35e8676bc Mon Sep 17 00:00:00 2001 From: Walter Julius Hennecke Date: Tue, 13 Aug 2013 21:50:19 +0200 Subject: [PATCH] missed another one --- code/game/g_client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/g_client.c b/code/game/g_client.c index 0aa0bf3..c9ce09e 100644 --- a/code/game/g_client.c +++ b/code/game/g_client.c @@ -1362,6 +1362,8 @@ char* G_Client_Connect( int32_t clientNum, qboolean firstTime, qboolean isBot ) //Check to see if this player already connected on this server if ( (rpg_renamedPlayers.integer != 0) && ((ent->r.svFlags & SVF_BOT) == 0) ) { + int32_t i = 0; + for ( i = 0; i < MAX_RECON_NAMES; i++ ) { if ( g_reconData[i].previousName[0] == 0 ) { continue;