No longer use ">" to check for pointer validity

This commit is contained in:
TomyLobo 2018-09-29 15:40:18 +02:00 committed by GitHub
parent 0d8dceea43
commit 62b022b3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1136,7 +1136,7 @@ void ClientModeShared::FireGameEvent( IGameEvent *event )
}
}
if ( team == 0 && GetLocalTeam() > 0 )
if ( team == 0 && GetLocalTeam() )
{
bValidTeam = false;
}