Remove usages of physics anchored from content
This commit is contained in:
@@ -210,7 +210,7 @@ namespace Content.Shared.GameObjects.Components.Pulling
|
||||
return false;
|
||||
}
|
||||
|
||||
if (_physics.Anchored)
|
||||
if (_physics.BodyType == BodyType.Static)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user