(61cc49902) Don't create ai for the dummy character. Creates issues.

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:21:45 +03:00
parent ad2b6159c0
commit 30620ed059
10 changed files with 52 additions and 319 deletions
@@ -86,7 +86,17 @@ namespace Barotrauma.Items.Components
{
get { return zoom; }
}
//TODO: remove, only for testing
#if DEBUG
[Serialize(false, false), Editable]
public bool DynamicDockingIndicator
{
get;
set;
}
#endif
public override bool IsActive
{
get