Skip gauss idle animation on client

This commit is contained in:
mittorn 2016-07-21 20:38:30 +00:00
parent 61b28e0c8c
commit 31a84015ef
1 changed files with 2 additions and 1 deletions

View File

@ -583,8 +583,9 @@ void CGauss::WeaponIdle( void )
iAnim = GAUSS_FIDGET;
m_flTimeWeaponIdle = UTIL_WeaponTimeBase() + 3;
}
#ifndef CLIENT_DLL
SendWeaponAnim( iAnim );
#endif
}
}