Fix buckling on rotated grid (#7279)

This commit is contained in:
metalgearsloth
2022-03-27 17:52:28 +11:00
committed by GitHub
parent b506fdcf65
commit 1e3369741c

View File

@@ -64,7 +64,7 @@ namespace Content.Server.Buckle.Components
/// Don't change it unless you really have to
/// </summary>
[DataField("maxBuckleDistance", required: false)]
public float MaxBuckleDistance = 0.1f;
public float MaxBuckleDistance = 0.5f;
/// <summary>
/// You can specify the offset the entity will have after unbuckling.