Отключено автодобавление компонента крыши (#323)

This commit is contained in:
JunJun
2025-10-20 12:58:53 +03:00
committed by GitHub
parent 8b6b25b8be
commit a0bd846d98

View File

@@ -104,7 +104,7 @@ public sealed partial class ShuttleSystem : SharedShuttleSystem
return;
EnsureComp<ShuttleComponent>(ev.EntityUid);
EnsureComp<ImplicitRoofComponent>(ev.EntityUid);
// EnsureComp<ImplicitRoofComponent>(ev.EntityUid); Corvax-WL-Roof-On-Grids-Remove
}
private void OnShuttleStartup(EntityUid uid, ShuttleComponent component, ComponentStartup args)