minor fixes

This commit is contained in:
2022-11-06 11:34:41 +01:00
parent e9d3c2c05b
commit ab85a08151
4 changed files with 10 additions and 6 deletions

View File

@@ -33,8 +33,12 @@ namespace Pilz.Dalamud.Nameplates.Tools
if (fontIcon != null)
{
// Set new font icon as string change
var iconPayload = new IconPayload(fontIcon.Value);
stringChange.Payloads.Insert(0, iconPayload);
// Use new status icon as status icon
statusIcon = newStatusIcon;
}
}