Improve construction logs (#13146)

This commit is contained in:
Chief-Engineer
2023-01-20 10:17:57 -06:00
committed by GitHub
parent c2444fd35d
commit 6f58f5a36c
4 changed files with 15 additions and 2 deletions

View File

@@ -280,6 +280,8 @@ namespace Content.Server.Construction
// TODO: Sanity checks.
user = interactUsing.User;
// If this step's DoAfter was cancelled, we just fail the interaction.
if (doAfterState == DoAfterState.Cancelled)
return HandleResult.False;