Fix the fix to dead reckoning

This commit is contained in:
Learath 2023-09-30 01:27:58 +02:00
parent c5ab791540
commit fcffac6fa8

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;
}
}