fix yaica (#773)

This commit is contained in:
Valtos
2024-11-08 02:22:10 +03:00
committed by Jabak
parent c7ceccc3ca
commit 2de5daddc5
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ using Robust.Shared.Prototypes;
namespace Content.Client.Overlays;
public sealed class ShowSyndicateIconsSystem : EquipmentHudSystem<ShowSyndicateIconsComponent>
public sealed class ShowSyndicateIconsSystem : EquipmentHudSystem<ShowAntagonistIconsComponent>
{
[Dependency] private readonly IPrototypeManager _prototype = default!;