Arrivals tweaks (#14773)
Co-authored-by: Flipp Syder <76629141+vulppine@users.noreply.github.com>
This commit is contained in:
@@ -41,7 +41,6 @@ public sealed class SpawnPointSystem : EntitySystem
|
||||
args.HumanoidCharacterProfile,
|
||||
args.Station);
|
||||
|
||||
EnsureComp<ClockedInComponent>(args.SpawnResult.Value);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -53,7 +52,6 @@ public sealed class SpawnPointSystem : EntitySystem
|
||||
args.HumanoidCharacterProfile,
|
||||
args.Station);
|
||||
|
||||
EnsureComp<ClockedInComponent>(args.SpawnResult.Value);
|
||||
return;
|
||||
}
|
||||
}
|
||||
@@ -69,7 +67,6 @@ public sealed class SpawnPointSystem : EntitySystem
|
||||
args.HumanoidCharacterProfile,
|
||||
args.Station);
|
||||
|
||||
EnsureComp<ClockedInComponent>(args.SpawnResult.Value);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user