diff --git a/dlls/gauss.cpp b/dlls/gauss.cpp index 2830c9a9..78ad6493 100644 --- a/dlls/gauss.cpp +++ b/dlls/gauss.cpp @@ -583,8 +583,9 @@ void CGauss::WeaponIdle( void ) iAnim = GAUSS_FIDGET; m_flTimeWeaponIdle = UTIL_WeaponTimeBase() + 3; } +#ifndef CLIENT_DLL SendWeaponAnim( iAnim ); - +#endif } }