Fixes crit in nograv (#2554)
This commit is contained in:
@@ -49,6 +49,7 @@ namespace Content.Shared.GameObjects.EntitySystems
|
||||
base.Shutdown();
|
||||
}
|
||||
|
||||
//TODO: reorganize this to make more logical sense
|
||||
protected void UpdateKinematics(ITransformComponent transform, IMoverComponent mover, IPhysicsComponent physics)
|
||||
{
|
||||
physics.EnsureController<MoverController>();
|
||||
@@ -77,7 +78,7 @@ namespace Content.Shared.GameObjects.EntitySystems
|
||||
controller.StopMoving();
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (ActionBlockerSystem.CanMove(mover.Owner))
|
||||
{
|
||||
if (weightless)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user