Fixed physics bodies staying active when a character is disabled in the constructor
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user