Fix emergency evac shuttle console early launch mispredict (#39751)

* Fix

* Yes

* Mess

* Update

* Like that?
This commit is contained in:
Winkarst-cpu
2025-09-10 16:56:18 +03:00
committed by GitHub
parent 3da0b0299f
commit ebfcddc62f
6 changed files with 61 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
using Content.Shared.Shuttles.Systems;
namespace Content.Client.Shuttles.Systems;
public sealed partial class EmergencyShuttleSystem : SharedEmergencyShuttleSystem;