implement team tracking via game interface (EFClient.Team and EFClient.TeamName)

This commit is contained in:
RaidMax
2022-03-12 13:38:33 -06:00
parent 1b6d8107ae
commit f567a03fa7
7 changed files with 82 additions and 4 deletions

View File

@ -623,7 +623,7 @@ UnhideImpl()
return;
}
if ( IsDefined( self.isHidden ) && !self.isHidden )
if ( !IsDefined( self.isHidden ) || !self.isHidden )
{
self IPrintLnBold( "You are not hidden" );
return;