missed another one

This commit is contained in:
Walter Julius Hennecke 2013-08-13 21:50:19 +02:00
parent 79596ab7e5
commit 42c2f9216b

View file

@ -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;