Remove throwing fixture error

This commit is contained in:
metalgearsloth
2021-08-15 15:07:38 +10:00
parent dcbb2d2a11
commit 89e9bfb29a

View File

@@ -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;
}