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:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user