Fix question player name string
This commit is contained in:
parent
c8fd85b6a6
commit
1afc5ca7c3
@ -2,7 +2,7 @@
|
|||||||
echo -ne "\033]2;Minecraft Launcher\007"
|
echo -ne "\033]2;Minecraft Launcher\007"
|
||||||
|
|
||||||
# Set username
|
# Set username
|
||||||
read -p "What username would you like?: " player
|
read -p "What username would you like? " player
|
||||||
|
|
||||||
# A minecraft root directory
|
# A minecraft root directory
|
||||||
MC_DIR=~/.minecraft
|
MC_DIR=~/.minecraft
|
||||||
|
Loading…
Reference in New Issue
Block a user