Remove usages of physics anchored from content

This commit is contained in:
Pieter-Jan Briers
2021-05-13 02:13:12 +02:00
parent 251df93b71
commit 26c2d9f479
3 changed files with 7 additions and 5 deletions

View File

@@ -210,7 +210,7 @@ namespace Content.Shared.GameObjects.Components.Pulling
return false;
}
if (_physics.Anchored)
if (_physics.BodyType == BodyType.Static)
{
return false;
}