Unstable 0.15.11.0 + the last 2 unstables I missed
This commit is contained in:
@@ -781,7 +781,7 @@ namespace Barotrauma.Items.Components
|
||||
if (!aim)
|
||||
{
|
||||
var rope = GetRope();
|
||||
if (rope != null && rope.SnapWhenNotAimed)
|
||||
if (rope != null && rope.SnapWhenNotAimed && rope.Item.ParentInventory == null)
|
||||
{
|
||||
rope.Snap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user