Browse Source

Add install_squad_license.sh block to command_install

pull/1449/head
Scarsz 8 years ago
parent
commit
daa57b9782
  1. 2
      lgsm/functions/command_install.sh

2
lgsm/functions/command_install.sh

@ -32,6 +32,8 @@ if [ "${gamename}" == "BrainBread 2" ]||[ "${gamename}" == "Black Mesa: Deathmat
install_gslt.sh install_gslt.sh
elif [ "${gamename}" == "Don't Starve Together" ]; then elif [ "${gamename}" == "Don't Starve Together" ]; then
install_dst_token.sh install_dst_token.sh
elif [ "${gamename}" == "Squad" ]; then
install_squad_license.sh
elif [ "${gamename}" == "TeamSpeak 3" ]; then elif [ "${gamename}" == "TeamSpeak 3" ]; then
install_ts3db.sh install_ts3db.sh
elif [ "${gamename}" == "Multi Theft Auto" ]; then elif [ "${gamename}" == "Multi Theft Auto" ]; then

Loading…
Cancel
Save