From 31a84015ef7b3177cc7f8828d6ba9fb2186d8df0 Mon Sep 17 00:00:00 2001 From: mittorn Date: Thu, 21 Jul 2016 20:38:30 +0000 Subject: [PATCH] Skip gauss idle animation on client --- dlls/gauss.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }