From fb1f90e22631733624025b9151b1a1c12de40cc8 Mon Sep 17 00:00:00 2001 From: Regalis Date: Thu, 26 Jan 2017 19:04:26 +0200 Subject: [PATCH] Fixed docked subs being moved twice when syncing sub position --- Subsurface/Source/Map/SubmarineBody.cs | 1 - 1 file changed, 1 deletion(-) 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;