"Radar Hack" - always spot players

This commit is contained in:
BotoX 2021-01-03 14:11:28 +01:00
parent 67e98dc4f5
commit 72b296661d
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ bool C_CS_PlayerResource::IsPlayerSpotted( int iIndex )
if ( !IsConnected( iIndex ) )
return false;
return m_bPlayerSpotted[iIndex];
return true;
//return m_bPlayerSpotted[iIndex];
}
//-----------------------------------------------------------------------------