Revert "fix yaica (#773)" (#776)

This reverts commit 9739d41607.
This commit is contained in:
Valtos
2024-11-08 16:01:01 +03:00
committed by GitHub
parent 14d70af736
commit 2e4041ae2d
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<ShowAntagonistIconsComponent>
public sealed class ShowSyndicateIconsSystem : EquipmentHudSystem<ShowSyndicateIconsComponent>
{
[Dependency] private readonly IPrototypeManager _prototype = default!;