"Radar Hack" - always spot players
This commit is contained in:
parent
67e98dc4f5
commit
72b296661d
|
@ -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];
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user