From: Wrexbe (Josh) <81056464+wrexbe@users.noreply.github.com> Date: Sun, 31 Mar 2024 01:20:45 +0000 (-0700) Subject: Fix initial infected icon hiding (#26585) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0edd0a74f426f19fc1fb7519656c62f70d02cd1f;p=space-station-14.git Fix initial infected icon hiding (#26585) --- diff --git a/Content.Client/Zombies/ZombieSystem.cs b/Content.Client/Zombies/ZombieSystem.cs index 7c1fb38e74..49b5d6aec1 100644 --- a/Content.Client/Zombies/ZombieSystem.cs +++ b/Content.Client/Zombies/ZombieSystem.cs @@ -46,7 +46,7 @@ public sealed class ZombieSystem : EntitySystem args.Cancelled = true; } - private void OnCanDisplayStatusIcons(EntityUid uid, InitialInfectedComponent component, CanDisplayStatusIconsEvent args) + private void OnCanDisplayStatusIcons(EntityUid uid, InitialInfectedComponent component, ref CanDisplayStatusIconsEvent args) { if (HasComp(args.User) && !HasComp(args.User)) return;