check empty PLAYER name

This commit is contained in:
Alexander Popov 2022-09-13 23:54:54 +03:00
parent 7c750c43c9
commit 5e2abec7d5
1 changed files with 1 additions and 0 deletions

View File

@ -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