Predict StorageComponent (#19682)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Content.Shared.Salvage;
|
||||
using Content.Shared.Salvage.Expeditions;
|
||||
using Robust.Server.GameObjects;
|
||||
|
||||
namespace Content.Server.Salvage;
|
||||
|
||||
@@ -38,7 +37,7 @@ public sealed partial class SalvageSystem
|
||||
{
|
||||
var state = GetState(component);
|
||||
|
||||
foreach (var (console, xform, uiComp) in EntityQuery<SalvageExpeditionConsoleComponent, TransformComponent, ServerUserInterfaceComponent>(true))
|
||||
foreach (var (console, xform, uiComp) in EntityQuery<SalvageExpeditionConsoleComponent, TransformComponent, UserInterfaceComponent>(true))
|
||||
{
|
||||
var station = _station.GetOwningStation(console.Owner, xform);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user