Revert "FTL + AI fixes (#31952)" (#31968)

This commit is contained in:
slarticodefast
2024-09-08 17:50:23 +02:00
committed by GitHub
parent a1b27db35f
commit c46a4ab876
6 changed files with 15 additions and 75 deletions

View File

@@ -1,12 +0,0 @@
using Robust.Shared.GameStates;
namespace Content.Shared.Shuttles.Components;
/// <summary>
/// Prevents the attached entity from taking FTL.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class NoFTLComponent : Component
{
}