Faction Test 100.13.0.0
This commit is contained in:
@@ -762,7 +762,6 @@ namespace Barotrauma.Items.Components
|
||||
var relatedItem = FindContainableItem(contained);
|
||||
if (relatedItem != null)
|
||||
{
|
||||
if (relatedItem.Hide.HasValue && relatedItem.Hide.Value) { continue; }
|
||||
if (relatedItem.ItemPos.HasValue)
|
||||
{
|
||||
Vector2 pos = relatedItem.ItemPos.Value;
|
||||
|
||||
Reference in New Issue
Block a user