Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove IsTouching set on physics prediction #5468

Merged

Commits on Sep 27, 2024

  1. Remove IsTouching set on physics prediction

    Just because an entity sleeps doesn't mean it's not touching necessarily. This causes client to mispredict against server and continuously fire collision events if we try to move into an entity.
    
    Easiest way to reproduced is to walk into a locked airlock and watch it flicker constantly.
    metalgearsloth committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    48df8c0 View commit details
    Browse the repository at this point in the history