Merge pull request #7267 from Learath2/pr_fixfixreckon

Fix the fix to dead reckoning
This commit is contained in:
heinrich5991 2023-09-29 23:54:10 +00:00 committed by GitHub
commit 1beab04464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -876,6 +876,7 @@ void CCharacter::TickDeferred()
m_ReckoningTick = Server()->Tick();
m_SendCore = m_Core;
m_ReckoningCore = m_Core;
m_ReckoningCore.SetCoreWorld(nullptr, Collision(), nullptr);
m_Core.m_Reset = false;
}
}