瀏覽代碼

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.