From 509d26973d3824dad389b3296f59d273ff24007c Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:26:28 -0700 Subject: [PATCH] remove evac shuttle emag lmao (#21657) --- .../Shuttles/Systems/EmergencyShuttleSystem.Console.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs index deb2ba256d..62478082d8 100644 --- a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs +++ b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs @@ -5,7 +5,6 @@ using Content.Server.UserInterface; using Content.Shared.Access; using Content.Shared.CCVar; using Content.Shared.Database; -using Content.Shared.Emag.Systems; using Content.Shared.Popups; using Content.Shared.Shuttles.BUIStates; using Content.Shared.Shuttles.Events; @@ -90,7 +89,6 @@ public sealed partial class EmergencyShuttleSystem SubscribeLocalEvent(OnEmergencyRepeal); SubscribeLocalEvent(OnEmergencyRepealAll); SubscribeLocalEvent(OnEmergencyOpenAttempt); - SubscribeLocalEvent(OnEmagged); SubscribeLocalEvent(OnEscapeUnpaused); } @@ -105,12 +103,6 @@ public sealed partial class EmergencyShuttleSystem } } - private void OnEmagged(EntityUid uid, EmergencyShuttleConsoleComponent component, ref GotEmaggedEvent args) - { - _logger.Add(LogType.EmergencyShuttle, LogImpact.Extreme, $"{ToPrettyString(args.UserUid):player} emagged shuttle console for early launch"); - EarlyLaunch(); - } - private void SetAuthorizeTime(float obj) { _authorizeTime = obj; -- 2.51.2