Character colliders are disabled when the character is disabled (-> monsters won't automatically drop into abyss in monster missions)

This commit is contained in:
Regalis
2017-03-01 19:15:50 +02:00
parent eb0d592814
commit 871c3bc93c

View File

@@ -64,6 +64,7 @@ namespace Barotrauma
{
limb.body.Enabled = enabled;
}
AnimController.Collider.Enabled = value;
}
}