Browse Source

Corrected spelling of "Teeworlds"

pull/1123/head
Marvin Lehmann 9 years ago
committed by GitHub
parent
commit
8f282ace40
  1. 2
      lgsm/functions/install_config.sh

2
lgsm/functions/install_config.sh

@ -324,7 +324,7 @@ elif [ "${gamename}" == "TeamSpeak 3" ]; then
fn_fetch_default_config fn_fetch_default_config
fn_default_config_remote fn_default_config_remote
elif [ "${gamename}" == "Teeworlds" ]; then elif [ "${gamename}" == "Teeworlds" ]; then
gamedirname="TeeWorlds" gamedirname="Teeworlds"
array_configs+=( server.cfg ctf.cfg dm.cfg duel.cfg tdm.cfg ) array_configs+=( server.cfg ctf.cfg dm.cfg duel.cfg tdm.cfg )
fn_fetch_default_config fn_fetch_default_config
fn_default_config_remote fn_default_config_remote

Loading…
Cancel
Save