Fix firelocks not having disabled autoclose.

This commit is contained in:
Víctor Aguilera Puerto
2020-10-10 19:53:18 +02:00
parent 03b1a78238
commit ffbc4f355e

View File

@@ -44,6 +44,7 @@ namespace Content.Server.GameObjects.Components.Atmos
collidableComponent.Hard = false;
}
AutoClose = false;
Safety = false;
if (Occludes && Owner.TryGetComponent(out OccluderComponent occluder))