Browse Source

Forgot to add installer

pull/1331/head
Daniel Gibbs 8 years ago
parent
commit
8c17f44d24
  1. 3
      lgsm/functions/core_getopt.sh

3
lgsm/functions/core_getopt.sh

@ -119,6 +119,9 @@ if [ "${engine}" == "source" ]||[ "${gamename}" == "Rust" ]||[ "${gamename}" ==
currentopt+=( "${cmd_mods_install[@]}" "${cmd_mods_remove[@]}" "${cmd_mods_update[@]}" )
fi
## Installer
currentopt+=( "${cmd_install[@]}" "${cmd_auto_install[@]}" )
## Developer commands
currentopt+=( "${cmd_dev_debug[@]}" )
if [ -f ".dev-debug" ]; then

Loading…
Cancel
Save