Fix buckling on rotated grid (#7279)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user