Compat for Result Analyzer engine PR (#9966)

This commit is contained in:
Pieter-Jan Briers
2022-07-23 11:08:11 +02:00
committed by GitHub
parent 0542726907
commit de9df5386f
3 changed files with 11 additions and 1 deletions

View File

@@ -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;