Browse Source

comments

pull/2565/head
Daniel Gibbs 6 years ago
parent
commit
03de2ca2eb
  1. 3
      lgsm/functions/core_getopt.sh

3
lgsm/functions/core_getopt.sh

@ -74,9 +74,10 @@ if [ -n "${appid}" ]; then
currentopt+=( "${cmd_validate[@]}" )
fi
#Backup.
# Backup.
currentopt+=( "${cmd_backup[@]}" )
# Console & Debug
currentopt+=( "${cmd_console[@]}" "${cmd_debug[@]}" )
## Game server exclusive commands.

Loading…
Cancel
Save