Unstable 0.1400.0.0
This commit is contained in:
@@ -370,7 +370,7 @@ namespace Barotrauma
|
||||
if (c.Inventory != null)
|
||||
{
|
||||
var inventoryElement = new XElement("inventory");
|
||||
c.SaveInventory(c.Inventory, inventoryElement);
|
||||
Character.SaveInventory(c.Inventory, inventoryElement);
|
||||
petElement.Add(inventoryElement);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user