We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0702acf commit d0fa019Copy full SHA for d0fa019
dlls/player.cpp
@@ -4081,9 +4081,6 @@ void CBasePlayer::SelectItem( const char *pstr )
4081
if( pItem == m_pActiveItem )
4082
return;
4083
4084
- if( !pItem->CanDeploy())
4085
- return;
4086
-
4087
ResetAutoaim();
4088
4089
// FIX, this needs to queue them up and delay
@@ -4114,9 +4111,6 @@ void CBasePlayer::SelectLastItem( void )
4114
4111
4115
4112
}
4116
4113
4117
- if( !m_pLastItem->CanDeploy())
4118
4119
4120
4121
4122
0 commit comments