mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-10 03:20:21 +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
|
// Passtime ask for ball button
|
||||||
//
|
//
|
||||||
if ( m_nButtons & IN_ATTACK3 )
|
if ( m_afButtonPressed & IN_ATTACK3 )
|
||||||
{
|
{
|
||||||
engine->ClientCmd("voicemenu 1 8");
|
engine->ClientCmd("voicemenu 1 8");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user