Horizontal doors (hatches), bugfix in holdable.cs

This commit is contained in:
Regalis
2016-01-15 18:30:44 +02:00
parent e3ebc28afb
commit 203e7c4114
5 changed files with 130 additions and 44 deletions
@@ -110,7 +110,7 @@ namespace Barotrauma.Items.Components
public override void Drop(Character dropper)
{
item.body.Enabled = true;
if (item.body != null) item.body.Enabled = true;
IsActive = false;
if (picker == null)