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