Rename usages of collidable to physics (#2230)
* Rename usages of collidable to physics * high tier PANIQUE * aaaaaaaaAAAAAa * cursed commit dont research * Fix urist and items being anchored * Fix the rest
This commit is contained in:
@@ -112,9 +112,9 @@ namespace Content.Server.Administration
|
||||
if (found.GetGridId(entityManager) != GridId.Invalid)
|
||||
{
|
||||
player.AttachedEntity.Transform.Coordinates = found;
|
||||
if (player.AttachedEntity.TryGetComponent(out ICollidableComponent collidable))
|
||||
if (player.AttachedEntity.TryGetComponent(out IPhysicsComponent physics))
|
||||
{
|
||||
collidable.Stop();
|
||||
physics.Stop();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user