diff --git a/Content.Client/Instruments/InstrumentSystem.cs b/Content.Client/Instruments/InstrumentSystem.cs index 6f6faad64c..0594171dc6 100644 --- a/Content.Client/Instruments/InstrumentSystem.cs +++ b/Content.Client/Instruments/InstrumentSystem.cs @@ -108,7 +108,7 @@ namespace Content.Client.Instruments public override void EndRenderer(EntityUid uid, bool fromStateChange, SharedInstrumentComponent? component = null) { - if (!Resolve(uid, ref component)) + if (!Resolve(uid, ref component, false)) return; if (component is not InstrumentComponent instrument)