Skip to content

Commit

Permalink
Update SharedActionsSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Jan 3, 2024
1 parent 82c99f7 commit 4fb4b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Actions/SharedActionsSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ public void RemoveAction(EntityUid performer, EntityUid? actionId, ActionsCompon
|| !comp.Actions.Contains(actionId.Value));

if (!GameTiming.ApplyingState)
Log.Error($"Attempted to remove an action {ToPrettyString(actionId)} from an entity that it was never attached to: {ToPrettyString(performer)}");
Log.Warning($"Attempted to remove an action {ToPrettyString(actionId)} from an entity that it was never attached to: {ToPrettyString(performer)}");
return;
}

Expand Down

0 comments on commit 4fb4b1a

Please sign in to comment.