Fix pointer comparisons

This commit is contained in:
Alexander 'z33ky' Hirsch
2021-05-23 12:11:12 +02:00
parent 8bf258eb75
commit 098486fbe4
2 changed files with 5 additions and 5 deletions

View File

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