From 69d0e6071e3cb1471000f6946f323690facc2180 Mon Sep 17 00:00:00 2001 From: Aiden Date: Sat, 12 Oct 2024 17:02:32 -0500 Subject: [PATCH] Update GhostBarSystem.cs --- Content.Server/_Goobstation/Ghostbar/GhostBarSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/_Goobstation/Ghostbar/GhostBarSystem.cs b/Content.Server/_Goobstation/Ghostbar/GhostBarSystem.cs index 185302d219f..0c63556983d 100644 --- a/Content.Server/_Goobstation/Ghostbar/GhostBarSystem.cs +++ b/Content.Server/_Goobstation/Ghostbar/GhostBarSystem.cs @@ -85,6 +85,7 @@ public void SpawnPlayer(GhostBarSpawnEvent msg, EntitySessionEventArgs args) var mobUid = _spawningSystem.SpawnPlayerMob(randomSpawnPoint, randomJob, profile, null); _entityManager.EnsureComponent(mobUid); + _entityManager.EnsureComponent(mobUid); _entityManager.EnsureComponent(mobUid); _entityManager.EnsureComponent(mobUid);