From 8f282ace406318fd40b4d0434e03b4e44e163fd7 Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Sat, 15 Oct 2016 13:23:31 +0200 Subject: [PATCH] Corrected spelling of "Teeworlds" --- lgsm/functions/install_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index ad7278e93..3f8574c44 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -324,7 +324,7 @@ elif [ "${gamename}" == "TeamSpeak 3" ]; then fn_fetch_default_config fn_default_config_remote elif [ "${gamename}" == "Teeworlds" ]; then - gamedirname="TeeWorlds" + gamedirname="Teeworlds" array_configs+=( server.cfg ctf.cfg dm.cfg duel.cfg tdm.cfg ) fn_fetch_default_config fn_default_config_remote