Unstable 0.1400.8.0
This commit is contained in:
@@ -483,7 +483,7 @@ namespace Barotrauma.Items.Components
|
||||
foreach (ushort id in itemIds[i])
|
||||
{
|
||||
if (!(Entity.FindEntityByID(id) is Item item)) { continue; }
|
||||
Inventory.TryPutItem(item, i, false, false, null, false);
|
||||
Inventory.TryPutItem(item, i, false, false, null, createNetworkEvent: false, ignoreCondition: true);
|
||||
}
|
||||
}
|
||||
itemIds = null;
|
||||
|
||||
Reference in New Issue
Block a user