Add PreventPilot to arrivals source (#14899)

This commit is contained in:
metalgearsloth 2023-03-28 00:25:27 +11:00 committed by GitHub
parent 91c5ee2bb3
commit a0e7ce2005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ public sealed class ArrivalsSystem : EntitySystem
{
EnsureComp<ArrivalsSourceComponent>(id);
EnsureComp<ProtectedGridComponent>(id);
EnsureComp<PreventPilotComponent>(id);
}
// Handle roundstart stations.