Browse Source

Spawn on click.

dmc
Night Owl 8 years ago
parent
commit
dc635279c4
  1. 3
      cl_dll/input.cpp

3
cl_dll/input.cpp

@ -897,7 +897,10 @@ int CL_ButtonBits( int bResetState ) @@ -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…
Cancel
Save