check empty PLAYER name
This commit is contained in:
parent
7c750c43c9
commit
5e2abec7d5
@ -7,6 +7,7 @@ echo Preparing...
|
||||
|
||||
:: set username
|
||||
set /p PLAYER=What username would you like?
|
||||
IF [%PLAYER%] == [] set PLAYER=Steve
|
||||
|
||||
:: main directory of the game
|
||||
set MC_DIR=%APPDATA%\.minecraft
|
||||
|
Loading…
Reference in New Issue
Block a user