Przeglądaj źródła

Removed ugly space

Marvin Lehmann 9 lat temu
rodzic
commit
3e529d3f80
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lgsm/functions/install_config.sh

+ 1 - 1
lgsm/functions/install_config.sh

@@ -303,7 +303,7 @@ elif [ "${gamename}" == "Left 4 Dead 2" ]; then
 	fn_sourceconfig
 elif [ "${gamename}" == "Minecraft" ]; then
 	echo -e "downloading lgsm-default.ini...\c"
-	wget -N /dev/null  ${githuburl}/Minecraft/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
+	wget -N /dev/null ${githuburl}/Minecraft/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
 	sleep 1
 	fn_defaultconfig
 elif [ "${gamename}" == "No More Room in Hell" ]; then