(cf99ace8a) Fix bots entering the combat state if taking damage from falling etc.

This commit is contained in:
Joonas Rikkonen
2019-04-05 16:21:12 +03:00
parent 69c414dfc9
commit a3ff707a31
3 changed files with 2 additions and 141 deletions
@@ -60,11 +60,6 @@ namespace Barotrauma
public CrewManager(XElement element, bool isSinglePlayer)
: this(isSinglePlayer)
{
return characterListBox.Rect;
}
partial void InitProjectSpecific()
{
guiFrame = new GUIFrame(new RectTransform(Vector2.One, GUICanvas.Instance), null, Color.Transparent)
{