Small code cleanup to health bar (#28554)

This commit is contained in:
AJCM-git
2024-06-03 12:22:26 -04:00
committed by GitHub
parent 1e04b3c9f4
commit 619d82ed42
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ public sealed class ShowHealthBarsCommand : LocalizedCommands
var showHealthBarsComponent = new ShowHealthBarsComponent
{
DamageContainers = args.ToList(),
HealthStatusIcon = "",
HealthStatusIcon = null,
NetSyncEnabled = false
};