Fix healthoverlay debug system not culling guis correctly (#5172)
* fix healthoverlay not culling guis correctly * remove newline
This commit is contained in:
@@ -88,7 +88,8 @@ namespace Content.Client.HealthOverlay
|
||||
{
|
||||
if (_guis.TryGetValue(entity.Uid, out var oldGui))
|
||||
{
|
||||
oldGui.Dispose();
|
||||
_guis.Remove(entity.Uid);
|
||||
oldGui.Dispose();
|
||||
}
|
||||
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user