Build 0.18.6.0

This commit is contained in:
Markus Isberg
2022-06-04 00:34:02 +09:00
parent 6be757a45b
commit 5a10b444ee
8 changed files with 13 additions and 11 deletions
@@ -270,11 +270,6 @@ namespace Barotrauma.Items.Components
{
Body?.SetTransform(Body.SimPosition + ConvertUnits.ToSimUnits(amount), 0.0f);
}
if (linkedGap != null)
{
RefreshLinkedGap();
linkedGap.Rect = item.Rect;
}
#if CLIENT
UpdateConvexHulls();
#endif