Reduce MaxBuckleDistance (#5938)

This commit is contained in:
metalgearsloth
2021-12-29 23:14:21 +11:00
committed by GitHub
parent 45bfc0b96b
commit 39e42899ca
5 changed files with 2 additions and 33 deletions

View File

@@ -59,7 +59,6 @@ namespace Content.Shared.Buckle
{
if (args.BodyB.Owner != component.LastEntityBuckledTo) return;
component.IsOnStrapEntityThisFrame = true;
if (component.Buckled || component.DontCollide)
{
args.Cancel();