fix retard (#777)

This commit is contained in:
Valtos
2024-11-09 07:29:38 +03:00
committed by Jabak
parent 833ab62382
commit 9df23ee963
7 changed files with 10 additions and 10 deletions

View File

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