Browse Source

teeworlds config fix

pull/509/head
Daniel Gibbs 10 years ago
parent
commit
69b71d1add
  1. 2
      functions/fn_install_config

2
functions/fn_install_config

@ -336,7 +336,7 @@ elif [ "${gamename}" == "Team Fortress Classic" ]; then
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortressClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
sleep 1
fn_goldsourceconfig
elif [ "${gamename}" == "Tee Worlds" ]; then
elif [ "${gamename}" == "Teeworlds" ]; then
echo -e "downloading ctf.cfg...\c"
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Teeworlds/cfg/ctf.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
echo -e "downloading dm.cfg...\c"

Loading…
Cancel
Save