Fix client crash when when controlling and uncontrolling a stunned entity (#1388)

Fixes #1192
This commit is contained in:
James Campos
2020-07-13 06:54:47 -07:00
committed by GitHub
parent 67dccd78b2
commit 52ddcfedc5

View File

@@ -85,6 +85,7 @@ namespace Content.Client.GameObjects.Components.Mobs
{
_ui?.Dispose();
_ui = null;
_cooldown.Clear();
}
public void UpdateStatusEffects()