Daniel Gibbs 6 년 전
부모
커밋
03de2ca2eb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lgsm/functions/core_getopt.sh

+ 2 - 1
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.