Fixed physics bodies staying active when a character is disabled in the constructor

This commit is contained in:
Regalis
2017-03-29 23:12:03 +03:00
parent 5bdd801da4
commit 2582680445
+1 -1
View File
@@ -40,7 +40,7 @@ namespace Barotrauma
public List<Item> SpawnItems = new List<Item>(); public List<Item> SpawnItems = new List<Item>();
private bool enabled; private bool enabled = true;
public bool Enabled public bool Enabled
{ {
get get