Compat for Result Analyzer engine PR (#9966)
This commit is contained in:
committed by
GitHub
parent
0542726907
commit
de9df5386f
@@ -22,7 +22,9 @@ namespace Content.Server.DoAfter
|
||||
|
||||
public EntityCoordinates TargetGrid { get; }
|
||||
|
||||
#pragma warning disable RA0004
|
||||
public DoAfterStatus Status => AsTask.IsCompletedSuccessfully ? AsTask.Result : DoAfterStatus.Running;
|
||||
#pragma warning restore RA0004
|
||||
|
||||
// NeedHand
|
||||
private readonly string? _activeHand;
|
||||
|
||||
Reference in New Issue
Block a user