Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 12f15ac

Browse files
Fixed Bugs
1 parent e9bc219 commit 12f15ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

launcher.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ IF '%choice%'=='3' GOTO 3
1717
IF '%choice%'=='4' GOTO 4
1818
IF '%choice%'=='5' GOTO 5
1919
IF '%choice%' == '6' GOTO 6
20-
IF '%choice%' == '6' GOTO 7
20+
IF '%choice%' == '7' GOTO 7
21+
IF '%choice%' == '8' GOTO 8
2122
ECHO "%choice%" is not valid
2223
ECHO.
2324
GOTO start

0 commit comments

Comments
 (0)