Fix FTLToDock (#25803)

* Fix FTLToDock

- Removed Enabled coz unneeded really.
- Fixed SetCoordinates call that got dumped at some point oop.

* Fix this docking check
This commit is contained in:
metalgearsloth
2024-03-03 21:14:16 +11:00
committed by GitHub
parent a72373e408
commit 92872e546a
4 changed files with 31 additions and 56 deletions

View File

@@ -5,9 +5,6 @@ namespace Content.Shared.Shuttles.Components
// Yes I left this in for now because there's no overhead and we'll need a client one later anyway
// and I was too lazy to delete it.
[ViewVariables]
public bool Enabled = false;
public abstract bool Docked { get; }
}
}