Avoid NPCs getting stuck around tables (#14807)
This commit is contained in:
@@ -57,7 +57,7 @@ public sealed class NPCSteeringComponent : Component
|
||||
[DataField("lastStuckTime", customTypeSerializer:typeof(TimeOffsetSerializer))]
|
||||
public TimeSpan LastStuckTime;
|
||||
|
||||
public const float StuckDistance = 0.5f;
|
||||
public const float StuckDistance = 1f;
|
||||
|
||||
/// <summary>
|
||||
/// Have we currently requested a path.
|
||||
|
||||
Reference in New Issue
Block a user