feat: replace bitwise or operator
This commit is contained in:
parent
74a7bf6bdc
commit
52e5aff811
|
|
@ -304,5 +304,5 @@ bool CHealthAmmoKit::MyTouch( CBasePlayer *pPlayer )
|
|||
}
|
||||
}
|
||||
|
||||
return bAmmoSuccess | bHealthSuccess;
|
||||
return bAmmoSuccess || bHealthSuccess;
|
||||
}
|
||||
Loading…
Reference in New Issue