Skip to content

Commit

Permalink
removes logic from shared update
Browse files Browse the repository at this point in the history
  • Loading branch information
keronshb committed Sep 20, 2024
1 parent 82e09e1 commit 0b0ae1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Shared/Actions/SharedActionsSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0b0ae1a

Please sign in to comment.