diff --git a/Glamourer/Gui/Tabs/AutomationTab/IdentifierDrawer.cs b/Glamourer/Gui/Tabs/AutomationTab/IdentifierDrawer.cs index 2fbebe2..e006e5a 100644 --- a/Glamourer/Gui/Tabs/AutomationTab/IdentifierDrawer.cs +++ b/Glamourer/Gui/Tabs/AutomationTab/IdentifierDrawer.cs @@ -74,7 +74,7 @@ public class IdentifierDrawer private void UpdateIdentifiers() { var isWildcard = IsWildcardPattern(_characterName); - ByteString byteName = default; + ByteString byteName = default!; // For wildcard patterns, use FromStringUnsafe to allow '*' characters if (isWildcard)