From 007bc5eab8a31a1cc58b48dcb04a017df28f0293 Mon Sep 17 00:00:00 2001 From: Night Owl Date: Thu, 15 Jun 2017 00:12:47 +0500 Subject: [PATCH] Fix spectator. --- dlls/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/client.cpp b/dlls/client.cpp index 23bb87bb..7d516b98 100644 --- a/dlls/client.cpp +++ b/dlls/client.cpp @@ -213,8 +213,8 @@ void ClientPutInServer( edict_t *pEntity ) // Reset interpolation during first frame pPlayer->pev->effects |= EF_NOINTERP; - pPlayer->pev->iuser1 = 0; - pPlayer->pev->iuser2 = 0; + //pPlayer->pev->iuser1 = 0; + //pPlayer->pev->iuser2 = 0; } #ifndef NO_VOICEGAMEMGR