(99a5e8cf8) Fix bots not using the ladders when swimming on the water surface. + merge fix

This commit is contained in:
Joonas Rikkonen
2019-04-26 11:25:41 +03:00
parent 2aec2414be
commit 46f5bd5b15
3 changed files with 6 additions and 23 deletions
@@ -1432,7 +1432,7 @@ namespace Barotrauma
doc.Root.Add(new XAttribute("md5hash", hash.Hash));
if (previewImage != null)
{
//doc.Root.Add(new XAttribute("previewimage", Convert.ToBase64String(previewImage.ToArray())));
doc.Root.Add(new XAttribute("previewimage", Convert.ToBase64String(previewImage.ToArray())));
}
try