From 2b0d3cf050b10c334924192dd3099109a4e824e3 Mon Sep 17 00:00:00 2001 From: Andrey Ushakov <10843461+Werzet@users.noreply.github.com> Date: Tue, 28 May 2024 21:23:19 +1000 Subject: [PATCH] Update ClientAlertsSystem.cs (#4) --- Content.Client/Alerts/ClientAlertsSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/Alerts/ClientAlertsSystem.cs b/Content.Client/Alerts/ClientAlertsSystem.cs index 223bf7876ac07b..016276cbdfc024 100644 --- a/Content.Client/Alerts/ClientAlertsSystem.cs +++ b/Content.Client/Alerts/ClientAlertsSystem.cs @@ -17,6 +17,7 @@ public sealed class ClientAlertsSystem : AlertsSystem public event EventHandler? ClearAlerts; public event EventHandler>? SyncAlerts; + public override void Initialize() {