Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaqtincha committed Jan 24, 2025
1 parent 54552ce commit abb11d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regamedll/dlls/weapons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,9 @@ void CBasePlayerItem::DefaultTouch(CBaseEntity *pOther)
&& m_iId != WEAPON_DEAGLE
&& m_iId != WEAPON_KNIFE
#else
IsSecondaryWeapon(m_iId)
)
!IsSecondaryWeapon(m_iId)
#endif
)
{
return;
}
Expand Down

0 comments on commit abb11d5

Please sign in to comment.