From 544d4508cdb9ad68040f310d73ecd4206d33b414 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 20 Jan 2017 17:52:54 +0000 Subject: [PATCH] command_install_resources_mta.sh --- lgsm/functions/command_install.sh | 2 +- lgsm/functions/command_install_resources_mta.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lgsm/functions/command_install.sh b/lgsm/functions/command_install.sh index 2da3992b7..15ed1bafd 100644 --- a/lgsm/functions/command_install.sh +++ b/lgsm/functions/command_install.sh @@ -35,7 +35,7 @@ elif [ "${gamename}" == "Don't Starve Together" ]; then elif [ "${gamename}" == "TeamSpeak 3" ]; then install_ts3db.sh elif [ "${gamename}" == "Multi Theft Auto" ]; then - install_mta_resources.sh + command_install_resources_mta.sh fi fix.sh diff --git a/lgsm/functions/command_install_resources_mta.sh b/lgsm/functions/command_install_resources_mta.sh index 4748774d5..4c049115c 100644 --- a/lgsm/functions/command_install_resources_mta.sh +++ b/lgsm/functions/command_install_resources_mta.sh @@ -19,7 +19,6 @@ fn_install_resources(){ } fn_print_header - fn_print_warning_nl "Installing the default resources with existing resources may cause issues." while true; do read -e -i "y" -p "Do you want to install MTA default resources? [Y/n]" yn