From 89e9bfb29abe49a5b5927a1b5c09114b72820b87 Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Sun, 15 Aug 2021 15:07:38 +1000 Subject: [PATCH] Remove throwing fixture error --- Content.Shared/Throwing/ThrownItemSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index 8efeed5d13..a258492600 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -36,7 +36,6 @@ namespace Content.Shared.Throwing var fixture = physicsComponent.GetFixture(ThrowingFixture); if (fixture == null) { - Logger.Error($"Tried to remove throwing fixture for {component.Owner} but none found?"); return; }