From 12d6f6be659350752f37ba9267bb4d820f323b2c Mon Sep 17 00:00:00 2001 From: Tater Date: Wed, 18 Dec 2024 18:12:39 -0600 Subject: [PATCH] test3 --- src/game/client/gameclient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index d2490fd5b9b..c7cddd5f0c5 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -659,7 +659,6 @@ void CGameClient::OnReset() m_GameWorld.Clear(); m_GameWorld.m_WorldConfig.m_InfiniteAmmo = true; m_PredictedWorld.CopyWorld(&m_GameWorld); - m_PrevPredictedWorld.CopyWorld(&m_GameWorld); m_vSnapEntities.clear();