diff options
Diffstat (limited to 'src/cgame/cg_players.c')
-rw-r--r-- | src/cgame/cg_players.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c index 2cef1539..5e9d292c 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.c @@ -796,7 +796,7 @@ void CG_NewClientInfo( int clientNum ) if( clientNum == cg.predictedPlayerState.clientNum ) { v = Info_ValueForKey( configstring, "ig" ); - BG_ClientListParse( &cgs.ignoreList, v ); + Com_ClientListParse( &cgs.ignoreList, v ); } // isolate the player's name |