Misc changes from replay branch (#12581)
This commit is contained in:
@@ -168,6 +168,9 @@ namespace Content.Shared.Verbs
|
||||
RaiseLocalEvent(verb.ExecutionEventArgs);
|
||||
}
|
||||
|
||||
if (Deleted(user) || Deleted(target))
|
||||
return;
|
||||
|
||||
// Perform any contact interactions
|
||||
if (verb.DoContactInteraction ?? (verb.DefaultDoContactInteraction && _interactionSystem.InRangeUnobstructed(user, target)))
|
||||
_interactionSystem.DoContactInteraction(user, target);
|
||||
|
||||
Reference in New Issue
Block a user