We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56c39c commit 5e2c35dCopy full SHA for 5e2c35d
Assets/Scripts/Managers/CharacterDisplayManager.cs
@@ -26,7 +26,7 @@ private void LoadCharacterSprite()
26
if (string.IsNullOrEmpty(selectedCharacter))
27
{
28
Debug.LogError("No character selection found! Defaulting to Boy.");
29
- selectedCharacter = "Boy";
+ selectedCharacter = "Boy";
30
}
31
32
0 commit comments