Преглед изворни кода

command_install_resources_mta.sh

Daniel Gibbs пре 9 година
родитељ
комит
544d4508cd
2 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 1
      lgsm/functions/command_install.sh
  2. 0 1
      lgsm/functions/command_install_resources_mta.sh

+ 1 - 1
lgsm/functions/command_install.sh

@@ -35,7 +35,7 @@ elif [ "${gamename}" == "Don't Starve Together" ]; then
 elif [ "${gamename}" == "TeamSpeak 3" ]; then
 elif [ "${gamename}" == "TeamSpeak 3" ]; then
 	install_ts3db.sh
 	install_ts3db.sh
 elif [ "${gamename}" == "Multi Theft Auto" ]; then
 elif [ "${gamename}" == "Multi Theft Auto" ]; then
-	install_mta_resources.sh
+	command_install_resources_mta.sh
 fi
 fi
 
 
 fix.sh
 fix.sh

+ 0 - 1
lgsm/functions/command_install_resources_mta.sh

@@ -19,7 +19,6 @@ fn_install_resources(){
 }
 }
 
 
 fn_print_header
 fn_print_header
-
 fn_print_warning_nl "Installing the default resources with existing resources may cause issues."
 fn_print_warning_nl "Installing the default resources with existing resources may cause issues."
 while true; do
 while true; do
 	read -e -i "y" -p "Do you want to install MTA default resources? [Y/n]" yn
 	read -e -i "y" -p "Do you want to install MTA default resources? [Y/n]" yn