From 0b0ae1afd56a7e2896504264aa3a1add651498e6 Mon Sep 17 00:00:00 2001 From: keronshb Date: Thu, 19 Sep 2024 21:14:23 -0400 Subject: [PATCH] removes logic from shared update --- Content.Shared/Actions/SharedActionsSystem.cs | 2 -- 1 file changed, 2 deletions(-) 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)