Fix ClientStatusEffectsComponent breaking after re-attaching to mob.
Fixes #689
This commit is contained in:
@@ -81,6 +81,7 @@ namespace Content.Client.GameObjects.Components.Mobs
|
||||
return;
|
||||
}
|
||||
_ui?.Dispose();
|
||||
_ui = null;
|
||||
}
|
||||
|
||||
public void UpdateIcons()
|
||||
|
||||
Reference in New Issue
Block a user