Fix healthoverlay debug system not culling guis correctly (#5172)

* fix healthoverlay not culling guis correctly

* remove newline
This commit is contained in:
Ephememory
2021-11-05 01:53:24 -05:00
committed by GitHub
parent 3e8f5784a1
commit fd1dca64cc

View File

@@ -88,6 +88,7 @@ namespace Content.Client.HealthOverlay
{
if (_guis.TryGetValue(entity.Uid, out var oldGui))
{
_guis.Remove(entity.Uid);
oldGui.Dispose();
}