Fix replayghost spawning location (#30252)

Fix replayghost spawn
This commit is contained in:
Errant
2024-07-22 21:32:30 +02:00
committed by GitHub
parent 61fd8167e0
commit bf1450fdc8
18 changed files with 40 additions and 28 deletions

View File

@@ -4,10 +4,10 @@ using Content.Server.NodeContainer.Nodes;
using Content.Server.Power.Components;
using Content.Server.Power.Nodes;
using Content.Server.Power.NodeGroups;
using Content.Server.Station.Components;
using Content.Server.StationEvents.Components;
using Content.Shared.GameTicking.Components;
using Content.Shared.Pinpointer;
using Content.Shared.Station.Components;
using Content.Shared.Power;
using JetBrains.Annotations;
using Robust.Server.GameObjects;