Fixes conveyor belts enabling collisions of opened blast doors when turning on (#11727)
This commit is contained in:
@@ -153,7 +153,10 @@ namespace Content.Server.Physics.Controllers
|
|||||||
if (!bodyQuery.TryGetComponent(entity, out var physics))
|
if (!bodyQuery.TryGetComponent(entity, out var physics))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
_physics.WakeBody(physics);
|
if (physics.BodyType != BodyType.Static)
|
||||||
|
{
|
||||||
|
_physics.WakeBody(physics);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user