Fix crash with speech bubbles maybe.

This commit is contained in:
Pieter-Jan Briers
2019-07-31 13:17:06 +02:00
parent 0086e60b6a
commit ad9d7573d6

View File

@@ -115,6 +115,11 @@ namespace Content.Client.Chat
private void Die()
{
if (Disposed)
{
return;
}
_chatManager.RemoveSpeechBubble(_senderEntity.Uid, this);
}