Improve construction logs (#13146)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user