Fix build warning

This commit is contained in:
MTVirux 2025-11-22 13:33:20 +00:00
parent 2ed20c3dfe
commit 01c196dd20

View file

@ -74,7 +74,7 @@ public class IdentifierDrawer
private void UpdateIdentifiers() private void UpdateIdentifiers()
{ {
var isWildcard = IsWildcardPattern(_characterName); var isWildcard = IsWildcardPattern(_characterName);
ByteString byteName = default; ByteString byteName = default!;
// For wildcard patterns, use FromStringUnsafe to allow '*' characters // For wildcard patterns, use FromStringUnsafe to allow '*' characters
if (isWildcard) if (isWildcard)