Don't give maps shuttlecomponent (#13384)

This commit is contained in:
metalgearsloth
2023-01-09 14:10:30 +11:00
committed by GitHub
parent ae657aaa37
commit 5018c80152

View File

@@ -98,6 +98,9 @@ namespace Content.Server.Shuttles.Systems
private void OnGridInit(GridInitializeEvent ev)
{
if (HasComp<MapComponent>(ev.EntityUid))
return;
EntityManager.EnsureComponent<ShuttleComponent>(ev.EntityUid);
}