mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-03 16:19:28 +03:00
Fix middle mouse kicking you in Passtime
This commit is contained in:
parent
46b8c3a544
commit
3de9978bb9
@ -6050,7 +6050,7 @@ void C_TFPlayer::ClientThink()
|
||||
//
|
||||
// Passtime ask for ball button
|
||||
//
|
||||
if ( m_nButtons & IN_ATTACK3 )
|
||||
if ( m_afButtonPressed & IN_ATTACK3 )
|
||||
{
|
||||
engine->ClientCmd("voicemenu 1 8");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user