aeafa16...4d3cf73
This commit is contained in:
@@ -279,7 +279,7 @@ namespace Barotrauma.Items.Components
|
||||
foreach (Item item in Inventory.Items)
|
||||
{
|
||||
if (item == null) continue;
|
||||
item.Drop();
|
||||
item.Drop(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user