Fix for previous

This commit is contained in:
Quanteey 2025-08-07 12:04:27 +02:00
parent e2739943dd
commit 384054a27d
2 changed files with 1 additions and 5 deletions

View File

@ -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
{
}

View File

@ -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;