diff --git a/Subsurface/Source/Map/SubmarineBody.cs b/Subsurface/Source/Map/SubmarineBody.cs index f540eadec..f3aa70d17 100644 --- a/Subsurface/Source/Map/SubmarineBody.cs +++ b/Subsurface/Source/Map/SubmarineBody.cs @@ -201,7 +201,6 @@ namespace Barotrauma { //clear the position buffer of the docked sub to prevent unnecessary position corrections dockedSub.SubBody.memPos.Clear(); - subsToMove.Add(dockedSub); } Submarine closestSub = null;