diff --git a/App/Program.cs b/App/Program.cs index 7e4ae98..60b40e8 100644 --- a/App/Program.cs +++ b/App/Program.cs @@ -110,9 +110,7 @@ namespace Game { display.SetCursor(display.windowHeight / 2 + 1, display.windowWidth / 4); display.WriteColored(I18n.GetMessage(I18n.Message.ENTER_NAME), 0, 0x5e61ed); - Leaderboard.WriteScore(Console.ReadLine(), correntAnswers); - - Console.ReadKey(); + Leaderboard.WriteScore(Console.ReadLine().Replace('\t', '_').Replace(' ', '_'), correntAnswers); display.ResetWindow();