fix DoAfter DistanceThreshold (#39276)
This commit is contained in:
@@ -122,7 +122,7 @@ public sealed partial class DoAfterArgs
|
||||
/// Threshold for distance user from the used OR target entities.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public float? DistanceThreshold;
|
||||
public float? DistanceThreshold = 1.5f;
|
||||
|
||||
/// <summary>
|
||||
/// Whether damage will cancel the DoAfter. See also <see cref="DamageThreshold"/>.
|
||||
|
||||
Reference in New Issue
Block a user