Add docking command (#6303)

This commit is contained in:
metalgearsloth
2022-01-26 10:36:19 +11:00
committed by GitHub
parent 52e47d3578
commit bd69210710
2 changed files with 55 additions and 1 deletions

View File

@@ -320,7 +320,7 @@ namespace Content.Server.Shuttles.EntitySystems
/// <summary>
/// Docks 2 ports together and assumes it is valid.
/// </summary>
private void Dock(DockingComponent dockA, DockingComponent dockB)
public void Dock(DockingComponent dockA, DockingComponent dockB)
{
Logger.DebugS("docking", $"Docking between {dockA.Owner} and {dockB.Owner}");