From 4fb4b1af898c67a4d712caa759ced13c0d7f011d Mon Sep 17 00:00:00 2001 From: Zack Backmen Date: Wed, 3 Jan 2024 18:41:38 +0300 Subject: [PATCH] Update SharedActionsSystem.cs --- Content.Shared/Actions/SharedActionsSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Actions/SharedActionsSystem.cs b/Content.Shared/Actions/SharedActionsSystem.cs index 51e6e053faa..d4052208114 100644 --- a/Content.Shared/Actions/SharedActionsSystem.cs +++ b/Content.Shared/Actions/SharedActionsSystem.cs @@ -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; }