mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fix build warning
This commit is contained in:
parent
2ed20c3dfe
commit
01c196dd20
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue