Fix for previous
This commit is contained in:
parent
e2739943dd
commit
384054a27d
|
|
@ -21,8 +21,3 @@ public sealed partial class InstrumentComponent : SharedInstrumentComponent
|
|||
_entMan.GetComponentOrNull<ActivatableUIComponent>(Owner)?.CurrentSingleUser
|
||||
?? _entMan.GetComponentOrNull<ActorComponent>(Owner)?.PlayerSession.AttachedEntity;
|
||||
}
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class ActiveInstrumentComponent : Component
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
using System.Linq;
|
||||
using Content.Server.Instruments;
|
||||
using Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Components;
|
||||
using Content.Shared.Instruments;
|
||||
|
||||
namespace Content.Server.Xenoarchaeology.XenoArtifacts.Triggers.Systems;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue