You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix:
Do this at RagdollEnd function
if(!IsNetMode(NM_Client))
{
GetMesh()->bOnlyAllowAutonomousTickPose = GetRemoteRole() == ROLE_AutonomousProxy && IsValid(GetNetConnection()) && IsPawnControlled();
}
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Animations on client are faster
Screenshots and Videos
Not neccessary easy to reproduce
The text was updated successfully, but these errors were encountered: