mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Spawn on click.
This commit is contained in:
parent
77a0af7c4f
commit
dc635279c4
@ -897,7 +897,10 @@ int CL_ButtonBits( int bResetState )
|
||||
if( in_attack.state & 3 )
|
||||
{
|
||||
if( gHUD.m_MOTD.m_bShow )
|
||||
{
|
||||
gHUD.m_MOTD.Reset();
|
||||
gEngfuncs.pfnClientCmd( "_firstspawn\n" );
|
||||
}
|
||||
else
|
||||
bits |= IN_ATTACK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user