diff --git a/Content.Shared/Actions/SharedActionsSystem.cs b/Content.Shared/Actions/SharedActionsSystem.cs index 0ba0596b6d121b..76b8a1b081b49c 100644 --- a/Content.Shared/Actions/SharedActionsSystem.cs +++ b/Content.Shared/Actions/SharedActionsSystem.cs @@ -284,8 +284,6 @@ private void OnRejuventate(EntityUid uid, ActionsComponent component, Rejuvenate public virtual void UpdateAction(EntityUid? actionId, BaseActionComponent? action = null) { // See client-side code. - if (!ResolveActionData(actionId, ref action)) - return; } public void SetToggled(EntityUid? actionId, bool toggled)