Skip to content

Commit 5e2c35d

Browse files
author
ויויאן אומנסקי
committed
linter
1 parent d56c39c commit 5e2c35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Managers/CharacterDisplayManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private void LoadCharacterSprite()
2626
if (string.IsNullOrEmpty(selectedCharacter))
2727
{
2828
Debug.LogError("No character selection found! Defaulting to Boy.");
29-
selectedCharacter = "Boy";
29+
selectedCharacter = "Boy";
3030
}
3131

3232

0 commit comments

Comments
 (0)