Browse Source

remove duplicate entry in command_install for Squad

don't code tired, boys
pull/1449/head
Scarsz 8 years ago
parent
commit
559ace3bab
  1. 2
      lgsm/functions/command_install.sh

2
lgsm/functions/command_install.sh

@ -38,8 +38,6 @@ elif [ "${gamename}" == "TeamSpeak 3" ]; then
install_ts3db.sh install_ts3db.sh
elif [ "${gamename}" == "Multi Theft Auto" ]; then elif [ "${gamename}" == "Multi Theft Auto" ]; then
command_install_resources_mta.sh command_install_resources_mta.sh
elif [ "${gamename}" == "Squad" ]; then
install_squad_license.sh
fi fi
fix.sh fix.sh

Loading…
Cancel
Save