fix yaica (#773)

This commit is contained in:
Valtos
2024-11-08 02:22:10 +03:00
committed by GitHub
parent d88bb2f44c
commit 9739d41607
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!;