From 1afc5ca7c381640e24453253839d0ebe481aa259 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 17 Jun 2022 23:09:10 +0300 Subject: [PATCH] Fix question player name string --- unix/minecraft_vanilla.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/minecraft_vanilla.sh b/unix/minecraft_vanilla.sh index 071f606..2920b99 100755 --- a/unix/minecraft_vanilla.sh +++ b/unix/minecraft_vanilla.sh @@ -2,7 +2,7 @@ echo -ne "\033]2;Minecraft Launcher\007" # Set username -read -p "What username would you like?: " player +read -p "What username would you like? " player # A minecraft root directory MC_DIR=~/.minecraft