mirror of
https://github.com/ivabus/roulette
synced 2024-11-22 16:35:09 +03:00
Update Program.vb
This commit is contained in:
parent
631a2a9679
commit
b0e6d5e634
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ Module Program
|
||||||
If temp = "n" or temp = "N" Then
|
If temp = "n" or temp = "N" Then
|
||||||
Exit Sub
|
Exit Sub
|
||||||
Else IF temp = "" or temp = "y" or temp = "Y"
|
Else IF temp = "" or temp = "y" or temp = "Y"
|
||||||
Console.Write()
|
Console.Write("")
|
||||||
Else
|
Else
|
||||||
Console.WriteLine("Неверный ввод, продолжаем игру.")
|
Console.WriteLine("Неверный ввод, продолжаем игру.")
|
||||||
End If
|
End If
|
||||||
|
|
Loading…
Reference in a new issue