fix
This commit is contained in:
parent
cc87e54009
commit
8b1dac0873
@ -21,7 +21,7 @@ do
|
||||
|
||||
Console.WriteLine($"Wygrana w {trials} próbie!");
|
||||
Console.Write("Podaj swoje imię: ");
|
||||
var name = Console.ReadLine();
|
||||
var name = Console.ReadLine() ?? "";
|
||||
|
||||
var hs = new HighScore { Name = name, Trials = trials };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user