Fix crash when deleting held entity.

This commit is contained in:
Pieter-Jan Briers
2019-03-21 17:49:21 +01:00
parent 3b40b4aafa
commit e1ca54fc2e

View File

@@ -87,6 +87,7 @@ namespace Content.Server.GameObjects
slot.Remove(entity);
}
}
Dirty();
}
public ItemComponent GetHand(string index)