소스 검색

ts3 tmux getopt

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

+ 1 - 4
lgsm/functions/core_getopt.sh

@@ -77,10 +77,7 @@ fi
 #Backup.
 currentopt+=( "${cmd_backup[@]}" )
 
-# Exclude games without a console.
-if [ "${shortname}" != "ts3" ]; then
-	currentopt+=( "${cmd_console[@]}" "${cmd_debug[@]}" )
-fi
+currentopt+=( "${cmd_console[@]}" "${cmd_debug[@]}" )
 
 ## Game server exclusive commands.