diff --git a/Content.Server/Eye/Blinding/EyeProtection/EyeProtectionSystem.cs b/Content.Server/Eye/Blinding/EyeProtection/EyeProtectionSystem.cs index 2fae9dd3c3..24ee2b7154 100644 --- a/Content.Server/Eye/Blinding/EyeProtection/EyeProtectionSystem.cs +++ b/Content.Server/Eye/Blinding/EyeProtection/EyeProtectionSystem.cs @@ -60,7 +60,7 @@ namespace Content.Server.Eye.Blinding.EyeProtection } private void OnWelderToggled(EntityUid uid, RequiresEyeProtectionComponent component, ItemToggledEvent args) { - component.Toggled = _itemToggle.IsActivated(uid); + component.Toggled = args.Activated; } } }