fix DoAfter DistanceThreshold (#39276)

This commit is contained in:
slarticodefast
2025-08-06 16:35:31 +02:00
committed by GitHub
parent ca18576625
commit c4016b97c5
2 changed files with 1 additions and 11 deletions

View File

@@ -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"/>.