Remove IPhysBody (#13297)
This commit is contained in:
@@ -9,6 +9,7 @@ using Robust.Shared.IoC;
|
||||
using Robust.Shared.Localization;
|
||||
using Robust.Shared.Maths;
|
||||
using Robust.Shared.Physics;
|
||||
using Robust.Shared.Physics.Components;
|
||||
|
||||
namespace Content.Client.Suspicion
|
||||
{
|
||||
@@ -52,7 +53,7 @@ namespace Content.Client.Suspicion
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!_entityManager.TryGetComponent(ally, out IPhysBody? physics))
|
||||
if (!_entityManager.TryGetComponent(ally, out PhysicsComponent? physics))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user