Fix client crash when when controlling and uncontrolling a stunned entity (#1388)
Fixes #1192
This commit is contained in:
@@ -85,6 +85,7 @@ namespace Content.Client.GameObjects.Components.Mobs
|
|||||||
{
|
{
|
||||||
_ui?.Dispose();
|
_ui?.Dispose();
|
||||||
_ui = null;
|
_ui = null;
|
||||||
|
_cooldown.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void UpdateStatusEffects()
|
public void UpdateStatusEffects()
|
||||||
|
|||||||
Reference in New Issue
Block a user