mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
Отключено автодобавление компонента крыши (#323)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user