Fix crash with speech bubbles maybe.
This commit is contained in:
@@ -115,6 +115,11 @@ namespace Content.Client.Chat
|
||||
|
||||
private void Die()
|
||||
{
|
||||
if (Disposed)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
_chatManager.RemoveSpeechBubble(_senderEntity.Uid, this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user