Revert "Fix spawnpref" (#32018)

This commit is contained in:
Emisse
2024-09-09 15:58:20 -06:00
committed by GitHub
parent b3745c277c
commit 119dd610fa
2 changed files with 0 additions and 15 deletions

View File

@@ -22,7 +22,6 @@ using Content.Shared.DeviceNetwork;
using Content.Shared.Mobs.Components;
using Content.Shared.Movement.Components;
using Content.Shared.Parallax.Biomes;
using Content.Shared.Preferences;
using Content.Shared.Salvage;
using Content.Shared.Shuttles.Components;
using Content.Shared.Tiles;
@@ -335,9 +334,6 @@ public sealed class ArrivalsSystem : EntitySystem
if (ev.SpawnResult != null)
return;
if (ev.HumanoidCharacterProfile?.SpawnPriority != SpawnPriorityPreference.Arrivals)
return;
// Only works on latejoin even if enabled.
if (!Enabled || _ticker.RunLevel != GameRunLevel.InRound)
return;