diff --git a/functions/fn_install_config b/functions/fn_install_config index 9ad27b52a..d91557360 100644 --- a/functions/fn_install_config +++ b/functions/fn_install_config @@ -151,10 +151,10 @@ echo "" } echo "" +if [ "${gamename}" != "Hurtworld" ]; then echo "Creating Configs" echo "=================================" sleep 1 -if [ "${gamename}" != "Hurtworld" ]; then mkdir -pv "${servercfgdir}" cd "${servercfgdir}" githuburl="https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}"